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