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


In This Topic
    SetTabText Method (TabManager)
    In This Topic
    Sets the text.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetTabText( _
       ByVal index As Integer, _
       ByVal newText As String _
    ) 
    'Usage
     
    
    Dim instance As TabManager
    Dim index As Integer
    Dim newText As String
     
    instance.SetTabText(index, newText)
    public virtual void SetTabText( 
       int index,
       string newText
    )

    Parameters

    index
    Tab index
    newText
    See Also