tabEnabled = tabbedPane.IsTabEnabled(tab)
tabEnabled = tabbedPane.IsTabEnabled(tab)
Variable | Description |
---|---|
tabEnabled | True if the tab is enabled; otherwise false. Boolean. |
tab | The name or index of the tab. ItemIdentifier. |
VB
Dim isTabEnabled As Boolean = tabbedPane.IsTabEnabled("Alignment") isTabEnabled = tabbedPane.IsTabEnabled(1)