tabIndex = tabbedPane.GetTabIndex(title)
tabIndex = tabbedPane.GetTabIndex(title)
| Variable | Description |
|---|---|
| tabIndex | The tab index. The value is zero-based. Integer. |
| title | The title of the tab. String. |
VB
Dim tabIndex As Integer = tabbedPane.GetTabIndex("Alignment")