Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / SelectedTab Property


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