MonobjcMonobjc Documented Class Library
NSMenuProperties Enumeration
NamespacesMonobjc.AppKitNSMenuProperties

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.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSMenuProperties
Public Enumeration NSMenuProperties
public enum class NSMenuProperties
Members
MemberDescription
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.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)