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
public virtual int Count {get; set;}
See Also