BCGControlBar Library for .NET
IndexOf(TabItem) Method




A tab item to get an index from the TabItemCollection.
Determines the index of a specific tab item in the TabItemCollection.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal value As TabItem _
) As Integer
'Usage
 
Dim instance As TabItemCollection
Dim value As TabItem
Dim value As Integer
 
value = instance.IndexOf(value)
public int IndexOf( 
   TabItem value
)
public: int IndexOf( 
   TabItem* value
) 
public:
int IndexOf( 
   TabItem^ value
) 

Parameters

value
A tab item to get an index from the TabItemCollection.
Requirements

Target Platforms: 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

Reference

TabItemCollection Class
TabItemCollection Members
Overload List

Send Feedback