Check Box Styles
Styles Tab
- The Check Box Styles dialog allows you to
enter text, the ID, the type and style of the check box.
There are Cancel
and Enter buttons along the
bottom of the dialog box.
Types:
- Auto Check Box designates
the button as an Auto Check Box which is toggled each
time it is selected and unselected. They are generally
used to set or clear an application feature. Note: An
Auto Check Box sends a WM_CONTROL message to its
owner window.
- 3 State designates the
button as a 3 State Check Box which is toggled each time
it is selected. The appearance will be selected,
unselected or halftone. 3 State Check Boxes are generally
used to set or clear an application feature. You will
have to send messages to the Check Box to set its state
when selected by the user. Note: A 3 State Check
Box sends a WM_CONTROL message to its owner
window.
Options:
- No Pointer Selected
prevents an auto radio button from being automatically
selected when a user moves the cursor to the button
- Checked sets the check
state of a radio button, check box, or three-state check
box. Selecting the option causes the button to be
selected when the dialog is first displayed.
- No focus designates that
the button control should not receive the focus when
selected
- Autosize causes the
button to be automatically sized to the text
Base Styles
Font
& Color Tab contains only a dialog tab
Bidi Tab (only available with Warp)