dbicTabs Send comments on this topic.
Item Property
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > dbiTabsCollection Class : Item Property

nIndex
The zero-based index of a specific tab.
Gets or sets the TabPage at a specific index.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal nIndex As Integer _
) As TabPage
C# 
public TabPage this[ 
   int nIndex
]; {get; set;}

Parameters

nIndex
The zero-based index of a specific tab.

Property Value

TabPage Class

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also