MonobjcMonobjc Documented Class Library
TabViewItemAtIndex Method (index)
NamespacesMonobjc.AppKitNSTabViewTabViewItemAtIndex(NSInteger)

Returns the tab view item at index in the tab view’s array of items.

Original signature is '- (NSTabViewItem *)tabViewItemAtIndex:(NSInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSTabViewItem TabViewItemAtIndex(
	NSInteger index
)
Public Overridable Function TabViewItemAtIndex ( _
	index As NSInteger _
) As NSTabViewItem
public:
virtual NSTabViewItem^ TabViewItemAtIndex(
	NSInteger index
)
Parameters
index (NSInteger)
The index at which to insert the tab view item. The index parameter is zero-based.
Return Value
The tab view item at the specified index.
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)