MonobjcMonobjc Documented Class Library
NSToolbar Constructor (identifier)
NamespacesMonobjc.AppKitNSToolbarNSToolbar(NSString)

Initializes a newly allocated toolbar with the specified identifier.

Original signature is '- (id)initWithIdentifier:(NSString *)identifier'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSToolbar(
	NSString identifier
)
Public Sub New ( _
	identifier As NSString _
)
public:
NSToolbar(
	NSString^ identifier
)
Parameters
identifier (NSString)
A string used by the class to identify the kind of the toolbar.
Return Value
The initialized toolbar object.
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)