MonobjcMonobjc Documented Class Library
ToolbarDefaultItemIdentifiers Method (toolbar)
NamespacesMonobjc.AppKitINSToolbarDelegateToolbarDefaultItemIdentifiers(NSToolbar)

Sent to discover the default item identifiers for a toolbar.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSArray ToolbarDefaultItemIdentifiers(
	NSToolbar toolbar
)
Function ToolbarDefaultItemIdentifiers ( _
	toolbar As NSToolbar _
) As NSArray
NSArray^ ToolbarDefaultItemIdentifiers(
	NSToolbar^ toolbar
)
Parameters
toolbar (NSToolbar)
The toolbar whose default 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 default toolbar configuration.
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)