MonobjcMonobjc Documented Class Library
InitWithIdentifier Method (identifier)
NamespacesMonobjc.AppKitNSToolbarInitWithIdentifier(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 virtual Id InitWithIdentifier(
	NSString identifier
)
Public Overridable Function InitWithIdentifier ( _
	identifier As NSString _
) As Id
public:
virtual Id^ InitWithIdentifier(
	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)