Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / TabCount Property


In This Topic
    TabCount Property (TabManager)
    In This Topic
    Gets or sets the number of tabs.
    Syntax
    'Declaration
     
    
    Public Overridable Property TabCount As Integer
    'Usage
     
    
    Dim instance As TabManager
    Dim value As Integer
     
    instance.TabCount = value
     
    value = instance.TabCount
    public virtual int TabCount {get; set;}
    See Also