Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / SelectedTab Property


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