MonobjcMonobjc Documented Class Library
NSToolbarItem Constructor (itemIdentifier)
NamespacesMonobjc.AppKitNSToolbarItemNSToolbarItem(NSString)

Initialize the receiver with a given identifier.

Original signature is '- (id)initWithItemIdentifier:(NSString *)itemIdentifier'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSToolbarItem(
	NSString itemIdentifier
)
Public Sub New ( _
	itemIdentifier As NSString _
)
public:
NSToolbarItem(
	NSString^ itemIdentifier
)
Parameters
itemIdentifier (NSString)
The identifier for the receiver. itemIdentifier is never seen by users and should not be localized.
Return Value
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)