Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / GetTabText Method


In This Topic
    GetTabText Method (ITabManager)
    In This Topic
    Gets the text of the tab.
    Syntax
    'Declaration
     
    
    Function GetTabText( _
       ByVal index As Integer _
    ) As String
    'Usage
     
    
    Dim instance As ITabManager
    Dim index As Integer
    Dim value As String
     
    value = instance.GetTabText(index)
    string GetTabText( 
       int index
    )

    Parameters

    index
    See Also