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


In This Topic
    SetTabText Method (ITabManager)
    In This Topic
    Sets the text of the tab.
    Syntax
    'Declaration
     
    
    Sub SetTabText( _
       ByVal index As Integer, _
       ByVal newText As String _
    ) 
    'Usage
     
    
    Dim instance As ITabManager
    Dim index As Integer
    Dim newText As String
     
    instance.SetTabText(index, newText)
    void SetTabText( 
       int index,
       string newText
    )

    Parameters

    index
    newText
    See Also