MonobjcMonobjc Documented Class Library
ToolbarAllowedItemIdentifiers Method (toolbar)
NamespacesMonobjc.AppKitINSToolbarDelegateToolbarAllowedItemIdentifiers(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++
NSArray ToolbarAllowedItemIdentifiers(
	NSToolbar toolbar
)
Function ToolbarAllowedItemIdentifiers ( _
	toolbar As NSToolbar _
) As NSArray
NSArray^ ToolbarAllowedItemIdentifiers(
	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)