Spread WinForms 15
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)

Parameters

index
Tab index
newText
See Also