MonoMac.AppKit.NSMenu Members

The members of MonoMac.AppKit.NSMenu are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Documentation for this section has not yet been entered.

Public Properties

AllowsContextMenuPlugInsbool. Documentation for this section has not yet been entered.
AutoEnablesItemsbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Countint. Documentation for this section has not yet been entered.
DelegateNSMenuDelegate. An instance of the MonoMac.AppKit.NSMenuDelegate model class which acts as the class delegate.
FontNSFont. Documentation for this section has not yet been entered.
[read-only]
HighlightedItemNSMenuItem. Documentation for this section has not yet been entered.
[read-only]
IsTornOffbool. Documentation for this section has not yet been entered.
[read-only]
MenuBarHeightfloat. Documentation for this section has not yet been entered.
static
MenuBarVisiblebool. Documentation for this section has not yet been entered.
MenuChangedMessagesEnabledbool. Documentation for this section has not yet been entered.
MinimumWidthfloat. Documentation for this section has not yet been entered.
ShowsStateColumnbool. Documentation for this section has not yet been entered.
[read-only]
SizeSystem.Drawing.SizeF. Documentation for this section has not yet been entered.
SupermenuNSMenu. Documentation for this section has not yet been entered.
Titlestring. Documentation for this section has not yet been entered.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

AddItem(NSMenuItem)
Documentation for this section has not yet been entered.
AddItem(string, MonoMac.ObjCRuntime.Selector, string) : NSMenuItem
Documentation for this section has not yet been entered.
CancelTracking()
Documentation for this section has not yet been entered.
CancelTrackingWithoutAnimation()
Documentation for this section has not yet been entered.
HelpRequested(NSEvent)
Documentation for this section has not yet been entered.
IndexOf(NSMenuItem) : int
Documentation for this section has not yet been entered.
IndexOf(int) : int
Documentation for this section has not yet been entered.
IndexOf(string) : int
Documentation for this section has not yet been entered.
IndexOfItem(NSMenu) : int
Documentation for this section has not yet been entered.
IndexOfItem(MonoMac.Foundation.NSObject) : int
Documentation for this section has not yet been entered.
IndexOfItem(MonoMac.Foundation.NSObject, MonoMac.ObjCRuntime.Selector) : int
Documentation for this section has not yet been entered.
InsertItem(string, MonoMac.ObjCRuntime.Selector, string, int) : NSMenuItem
Documentation for this section has not yet been entered.
InsertItematIndex(NSMenuItem, int)
Documentation for this section has not yet been entered.
ItemArray() : NSMenuItem[]
Documentation for this section has not yet been entered.
ItemAt(int) : NSMenuItem
Documentation for this section has not yet been entered.
ItemChanged(NSMenuItem)
Documentation for this section has not yet been entered.
ItemWithTag(int) : NSMenuItem
Documentation for this section has not yet been entered.
ItemWithTitle(string) : NSMenuItem
Documentation for this section has not yet been entered.
PerformActionForItem(int)
Documentation for this section has not yet been entered.
PerformKeyEquivalent(NSEvent) : bool
Documentation for this section has not yet been entered.
static
PopUpContextMenu(NSMenu, NSEvent, NSView)
Documentation for this section has not yet been entered.
static
PopUpContextMenu(NSMenu, NSEvent, NSView, NSFont)
Documentation for this section has not yet been entered.
PopUpMenu(NSMenuItem, System.Drawing.PointF, NSView) : bool
Documentation for this section has not yet been entered.
PropertiesToUpdate() : NSMenuProperty
Documentation for this section has not yet been entered.
RemoveAllItems()
Documentation for this section has not yet been entered.
RemoveItem(NSMenuItem)
Documentation for this section has not yet been entered.
RemoveItemAt(int)
Documentation for this section has not yet been entered.
SetSubmenu(NSMenu, NSMenuItem)
Documentation for this section has not yet been entered.
Update()
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSMenu object.