MonobjcMonobjc Documented Class Library
ToolbarAllowedItemIdentifiersMessage Method (toolbar)
NamespacesMonobjc.AppKitNSToolbar..::..NSToolbarDelegateEventDispatcherToolbarAllowedItemIdentifiersMessage(NSToolbar)

Sent to discover the allowed item identifiers for a toolbar.

Original signature is '- (NSArray *)toolbarAllowedItemIdentifiers:(NSToolbar *)toolbar'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSArray ToolbarAllowedItemIdentifiersMessage(
	NSToolbar toolbar
)
Public Function ToolbarAllowedItemIdentifiersMessage ( _
	toolbar As NSToolbar _
) As NSArray
public:
NSArray^ ToolbarAllowedItemIdentifiersMessage(
	NSToolbar^ toolbar
)
Parameters
toolbar (NSToolbar)
The toolbar whose allowed item identifiers are to be returned.
Return Value
An array of toolbar item identifiers for toolbar, specifying the contents and the order of the items in the configuration palette.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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