bTabEnabled = tabbedPane.IsTabEnabled(tab)
| Variable | Description |
|---|---|
| bTabEnabled | True if the tab is enabled; otherwise false. BOOLEAN. |
| tab | The name or index of the tab. LISTITEM. |
BOOLEAN bTabEnabled = TabbedPane.IsTabEnabled("Alignment") bTabEnabled = TabbedPane.bTabEnabled(1)