GetTabText Method (TabStrip)
Gets the text displayed in the specified tab.
'Declaration
Public Function GetTabText( _
ByVal As Integer _
) As String
'Usage
Dim instance As TabStrip
Dim index As Integer
Dim value As String
value = instance.GetTabText(index)
Parameters
- index