GetTabText Method
GetTabText(int)
Gets the text of the tab.
Declaration
string GetTabText(int index)
Function GetTabText(index As Integer) As String
Parameters
| Type |
Name |
Description |
| int |
index |
Tab index
|
Returns
| Type |
Description |
| string |
the text of the tab..
|