MonobjcMonobjc Documented Class Library
InsertTabViewItemAtIndex Method (tabViewItem, index)
NamespacesMonobjc.AppKitNSTabViewInsertTabViewItemAtIndex(NSTabViewItem, NSInteger)

Inserts tabViewItem into the receiver’s array of tab view items at index.

Original signature is '- (void)insertTabViewItem:(NSTabViewItem *)tabViewItem atIndex:(NSInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertTabViewItemAtIndex(
	NSTabViewItem tabViewItem,
	NSInteger index
)
Public Overridable Sub InsertTabViewItemAtIndex ( _
	tabViewItem As NSTabViewItem, _
	index As NSInteger _
)
public:
virtual void InsertTabViewItemAtIndex(
	NSTabViewItem^ tabViewItem, 
	NSInteger index
)
Parameters
tabViewItem (NSTabViewItem)
The tab view item to be added.
index (NSInteger)
The index at which to insert the tab view item. The index parameter is zero-based.
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)