MonoMac.AppKit.NSToolbar Members

The members of MonoMac.AppKit.NSToolbar 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

AllowedItemIdentifiersNSToolbarIdentifiers. Delegate invoked by the object to get a value.
AllowsUserCustomizationbool. Documentation for this section has not yet been entered.
AutosavesConfigurationbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ConfigurationDictionaryMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.
DefaultItemIdentifiersNSToolbarIdentifiers. Delegate invoked by the object to get a value.
DelegateNSToolbarDelegate. An instance of the MonoMac.AppKit.NSToolbarDelegate model class which acts as the class delegate.
DisplayModeNSToolbarDisplayMode. Documentation for this section has not yet been entered.
[read-only]
Identifierstring. Documentation for this section has not yet been entered.
[read-only]
IsCustomizationPaletteRunningbool. Documentation for this section has not yet been entered.
[read-only]
ItemsNSToolbarItem[]. Documentation for this section has not yet been entered.
[read-only]
static
NSToolbarCustomizeToolbarItemIdentifierMonoMac.Foundation.NSString. Represents the value associated with the constant NSToolbarCustomizeToolbarItemIdentifier
[read-only]
static
NSToolbarFlexibleSpaceItemIdentifierMonoMac.Foundation.NSString. Represents the value associated with the constant NSToolbarFlexibleSpaceItemIdentifier
[read-only]
static
NSToolbarPrintItemIdentifierMonoMac.Foundation.NSString. Represents the value associated with the constant NSToolbarPrintItemIdentifier
[read-only]
static
NSToolbarSeparatorItemIdentifierMonoMac.Foundation.NSString. Represents the value associated with the constant NSToolbarSeparatorItemIdentifier
[read-only]
static
NSToolbarShowColorsItemIdentifierMonoMac.Foundation.NSString. Represents the value associated with the constant NSToolbarShowColorsItemIdentifier
[read-only]
static
NSToolbarShowFontsItemIdentifierMonoMac.Foundation.NSString. Represents the value associated with the constant NSToolbarShowFontsItemIdentifier
[read-only]
static
NSToolbarSpaceItemIdentifierMonoMac.Foundation.NSString. Represents the value associated with the constant NSToolbarSpaceItemIdentifier
SelectableItemIdentifiersNSToolbarIdentifiers. Delegate invoked by the object to get a value.
SelectedItemIdentifierstring. Documentation for this section has not yet been entered.
ShowsBaselineSeparatorbool. Documentation for this section has not yet been entered.
SizeModeNSToolbarSizeMode. Documentation for this section has not yet been entered.
Visiblebool. Documentation for this section has not yet been entered.
[read-only]
VisibleItemsNSToolbarItem[]. Documentation for this section has not yet been entered.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type
WillInsertItemNSToolbarWillInsert. Delegate invoked by the object to get a value.

Public Methods

InsertItem(string, int)
Documentation for this section has not yet been entered.
RemoveItem(int)
Documentation for this section has not yet been entered.
RunCustomizationPalette(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
SetConfigurationFromDictionary(MonoMac.Foundation.NSDictionary)
Documentation for this section has not yet been entered.
ValidateVisibleItems()
Documentation for this section has not yet been entered.

Protected Methods

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

Public Events

DidRemoveItemEvent raised by the object.
WillAddItemEvent raised by the object.