|
|
|
|
VisibleCount Property, TabCollectionClass Class |
Returns the number of visible tabs.
Syntax TabCollectionClass Class (Softelvdm.SftTabsNET)
VB |
Public ReadOnly Property VisibleCount As Integer |
C# |
public int VisibleCount { get; } |
C++ |
public: property int VisibleCount { |
Property Value
The count of visible tabs (with the Visible property set to False).
Comments
The VisibleCount property returns the number of visible tabs.
Visible tabs are tabs whose Visible property is set to True. Hidden tabs are not included in the count of visible tabs.