BCGControlBar Library for .NET
FindNextVisibleTab(Int32) Method




The start index to search a nearest visible item.
Specifies the nearest visible tab item which has an index equal or more than the specified index.
Syntax
'Declaration
 
Public Overloads Function FindNextVisibleTab( _
   ByVal indexFrom As Integer _
) As TabItem
'Usage
 
Dim instance As TabStrip
Dim indexFrom As Integer
Dim value As TabItem
 
value = instance.FindNextVisibleTab(indexFrom)
public TabItem FindNextVisibleTab( 
   int indexFrom
)
public: TabItem* FindNextVisibleTab( 
   int indexFrom
) 
public:
TabItem^ FindNextVisibleTab( 
   int indexFrom
) 

Parameters

indexFrom
The start index to search a nearest visible item.
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

TabStrip Class
TabStrip Members
Overload List

Send Feedback