TABCTRL Mnemonic - Create a Tab Control
BBj-Specific Information
For this topic's original documentation, see the TABCTRL Mnemonic - Create a Tab Control.
The following styles are not supported in BBj:
$00000001$ |
Displays tabs as buttons. |
$00000002$ |
Adjusts all tabs to the same width. |
$00000004$ |
Prevents the tab control from receiving input focus. |
$00000008$ |
Sets tabs to receive focus when clicked. |
$00000010$ |
Forces icons to the left margin. |
$00000020$ |
Sets the label immediately to the right of the icon. |
$00000100$ |
Extends the width of each tab to fill the entire width of the tab control. |
$00001000$ |
Prevents a tab's associated control or child window from being automatically displayed when the tab is selected. It also prevents a tab's managed controls or child windows from being automatically resized when the tab is resized. By default, a tab will automatically display an associated control or child window when it is selected and will automatically resize its managed controls or child windows when it is resized. |