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

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