STATE3 Control (Compact 2013)
3/28/2014
This resource-definition statement defines a three-state check box control. The control is identical to a CHECKBOX Control, except that it has three states: checked, unchecked, and disabled (grayed).
STATE3 text, id, x, y, width, height [[, style [[, extended-style]]]]
Parameters
- text
Specifies text that is displayed to the right of the control.
style
Specifies the control styles. This value can be a combination of the button class style BS_3STATE and the WS_TABSTOP and WS_GROUP styles.If you do not specify a style, the default style is BS_3STATE | WS_TABSTOP.
See Also
Reference
Resource-Definition Statements
AUTOCHECKBOX Control
CHECKBOX Control
CONTROL Control