Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / TabCount Property


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