Version

GetTab Method

Get a reference to a Tab from the index within items of the Tab class.
Syntax
'Declaration
 
Public Function GetTab( _
   ByVal index As Integer _
) As Tab
public Tab GetTab( 
   int index
)

Parameters

index
Index of Tab. Separators are skipped. For example, if there is a separator between 1st and 2nd tabs, then GetTab(1) will return 2nd Tab.

Return Value

Reference to the Tab or null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also