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

Parameters

index
See Also