GetTabText Method
GetTabText(int)
Gets the text displayed in the specified tab.
Declaration
public string GetTabText(int index)
Public Function GetTabText(index As Integer) As String
Parameters
| Type |
Name |
Description |
| int |
index |
|
Returns
| Type |
Description |
| string |
A text of tab.
|