|
|
|
|
Count Property, TabCollectionClass Class |
Returns the number of tabs in the TabCollectionClass instance.
Syntax TabCollectionClass Class (Softelvdm.SftTabsNET)
VB |
Public ReadOnly Property Count As Integer |
C# |
public int Count { get; } |
C++ |
public: property int Count { |
Property Value
The total number of tabs in the tab collection.
Comments
The Count property returns the number of tabs in the TabCollectionClass instance.
Tabs can be added using the Add or Insert methods. Tabs can be removed using RemoveAt or Clear.