These constants are used as a bitmask for specifying a set of menu or menu item properties, used in the propertiesToUpdate.
Available in Mac OS X v10.6 and later.
| C# | Visual Basic | Visual C++ |
public enum NSMenuProperties
Public Enumeration NSMenuProperties
public enum class NSMenuProperties
| Member | Description |
|---|---|
| NSMenuPropertyItemTitle | The menu item’s title. Available in Mac OS X v10.6 and later. |
| NSMenuPropertyItemAttributedTitle | The menu item’s attributed string title. Available in Mac OS X v10.6 and later. |
| NSMenuPropertyItemKeyEquivalent | The menu item’s key equivalent. Available in Mac OS X v10.6 and later. |
| NSMenuPropertyItemImage | The menu image. Available in Mac OS X v10.6 and later. |
| NSMenuPropertyItemEnabled | Whether the menu item is enabled or disabled. Available in Mac OS X v10.6 and later. |
| NSMenuPropertyItemAccessibilityDescription | The menu item’s accessibility description. Available in Mac OS X v10.6 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)