Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / GetTextDirect Method
Tab index


In This Topic
    GetTextDirect Method
    In This Topic
    Gets the text.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetTextDirect( _
       ByVal index As Integer _
    ) As String
    'Usage
     
    
    Dim instance As TabManager
    Dim index As Integer
    Dim value As String
     
    value = instance.GetTextDirect(index)
    public virtual string GetTextDirect( 
       int index
    )

    Parameters

    index
    Tab index
    See Also