STATE3 Control (Windows Embedded CE 6.0)

1/6/2010

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

AUTOCHECKBOX Control
CHECKBOX Control
CONTROL Control

Concepts

Resource-Definition Statements