MonobjcMonobjc Documented Class Library
NSToolbar..::..ToolbarDefaultItemIdentifiersEventHandler Delegate
NamespacesMonobjc.AppKitNSToolbarNSToolbar..::..ToolbarDefaultItemIdentifiersEventHandler

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++
public delegate NSArray ToolbarDefaultItemIdentifiersEventHandler(
	NSToolbar toolbar
)
Public Delegate Function ToolbarDefaultItemIdentifiersEventHandler ( _
	toolbar As NSToolbar _
) As NSArray
public delegate NSArray^ ToolbarDefaultItemIdentifiersEventHandler(
	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)