MonobjcMonobjc Documented Class Library
SelectTabViewItemWithIdentifier Method (identifier)
NamespacesMonobjc.AppKitNSTabViewSelectTabViewItemWithIdentifier(Id)

Selects the tab view item specified by identifier.

Original signature is '- (void)selectTabViewItemWithIdentifier:(id)identifier'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SelectTabViewItemWithIdentifier(
	Id identifier
)
Public Overridable Sub SelectTabViewItemWithIdentifier ( _
	identifier As Id _
)
public:
virtual void SelectTabViewItemWithIdentifier(
	Id^ identifier
)
Parameters
identifier (Id)
The identifier of the tab item to select.
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)