The following table shows the constants for the TabStyle property. Use these constants anywhere in your code in place of actual values.
Constant |
Value |
Description |
tabTabs | 0 | Tabs appear as notebook tabs, and the internal area has a three-dimensional border enclosing it. |
tabButtons | 1 | Tabs appear as push buttons, and the internal area has no border around it. |
The following table shows the constants for the TabWidthStyle property. Use these constants anywhere in your code in place of actual values.
Constant |
Value |
Description |
tabJustified | 0 | Each tab is wide enough to accommodate its contents, and the width of each tab is increased, if needed, so that each row of tabs spans the width of the control. If there is only a single row of tabs, this style has no effect. |
tabNonJustified | 1 | Each tab is just wide enough to accommodate its contents. The rows are not justified, so multiple rows of tabs are jagged. |
tabFixed | 2 | The height and width of all tabs are identical and are set by the TabFixedHeight and TabFixedWidth properties. |