Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / Count Property


In This Topic
Count Property (TabStrip)
In This Topic
Gets or sets the number of tabs.
Syntax
'Declaration
 
Public Overridable Property Count As Integer
 
'Usage
 
Dim instance As TabStrip
Dim value As Integer
 
instance.Count = value
 
value = instance.Count
See Also