Count Property (TabStrip)
Gets or sets the number of tabs.
public virtual int Count {get; set;}
'Declaration
Public Overridable Property Count As Integer
'Usage
Dim instance As TabStrip
Dim value As Integer
instance.Count = value
value = instance.Count