MonobjcMonobjc Documented Class Library
IndexOfTabViewItemWithIdentifier Method (identifier)
NamespacesMonobjc.AppKitNSTabViewIndexOfTabViewItemWithIdentifier(Id)

Returns the index of the item that matches the specified identifier. identifier, or NSNotFound if the item is not found.

Original signature is '- (NSInteger)indexOfTabViewItemWithIdentifier:(id)identifier'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger IndexOfTabViewItemWithIdentifier(
	Id identifier
)
Public Overridable Function IndexOfTabViewItemWithIdentifier ( _
	identifier As Id _
) As NSInteger
public:
virtual NSInteger IndexOfTabViewItemWithIdentifier(
	Id^ identifier
)
Parameters
identifier (Id)
The identifier of a tab view item.
Return Value
The zero-based index of the tab view item corresponding to identifier, or [NSNotFound] if the item is not found.
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)