tabTitle = tabbedPane.GetTabTitle(index)
tabTitle = tabbedPane.GetTabTitle(index)
| Variable | Description |
|---|---|
| tabTitle | The title of the tab. String. |
| index | The index of the tab. The value is zero-based. Integer. |
VB
Dim tabTitle As String = tabbedPane.GetTabTitle(1)