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


In This Topic
    SelectedTab Property (TabStripSelectEventArgs)
    In This Topic
    Gets the index of the selected tab.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedTab As Integer
    'Usage
     
    
    Dim instance As TabStripSelectEventArgs
    Dim value As Integer
     
    value = instance.SelectedTab
    public int SelectedTab {get;}
    See Also