BCGControlBar Library for .NET
GetNumberOfVisibleItems Method




Returns the number of items from the collection which are currently displayed on the parent tab strip.
Syntax
'Declaration
 
Public Function GetNumberOfVisibleItems() As Integer
'Usage
 
Dim instance As TabItemCollection
Dim value As Integer
 
value = instance.GetNumberOfVisibleItems()
public int GetNumberOfVisibleItems()
public: int GetNumberOfVisibleItems(); 
public:
int GetNumberOfVisibleItems(); 
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

Send Feedback