Share via


AUTO3STATE Control (Compact 2013)

3/28/2014

This resource-definition statement creates an automatic three-state check box control that, when selected, automatically advances between three states: checked, unchecked, and disabled (grayed). The control then sends a message to its parent whenever the user chooses the control.

AUTO3STATE text, id, x, y, width, height [[, style [[, extended-style]]]]

Parameters

  • style
    Specifies styles for the control, which can be a combination of the BS_AUTO3STATE style and the following styles: WS_TABSTOP, WS_DISABLED, and WS_GROUP.

    If you do not specify a style, the default style is BS_AUTO3STATE | WS_TABSTOP.

See Also

Reference

Resource-Definition Statements
AUTOCHECKBOX Control
CHECKBOX Control
CONTROL Control
STATE3 Control