BCGControlBar Library for .NET
FindNextVisibleTab(TabItem) Method




A tab item to start a search.
Specifies the nearest visible tab item which has an index more than the index of the specified tab. If such item can not be found, the null reference should be returned.
Syntax
'Declaration
 
Public Overloads Function FindNextVisibleTab( _
   ByVal item As TabItem _
) As TabItem
'Usage
 
Dim instance As TabStrip
Dim item As TabItem
Dim value As TabItem
 
value = instance.FindNextVisibleTab(item)
public TabItem FindNextVisibleTab( 
   TabItem item
)
public: TabItem* FindNextVisibleTab( 
   TabItem* item
) 
public:
TabItem^ FindNextVisibleTab( 
   TabItem^ item
) 

Parameters

item
A tab item to start a search.
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