Specifies the visual state of a check box that is drawn with visual styles.
Enumerator |
---|
unchecked_normal | The check box is unchecked.
|
unchecked_hot | The check box is unchecked and hot.
|
unchecked_pressed | The check box is unchecked and pressed.
|
unchecked_disabled | The check box is unchecked and disabled.
|
checked_normal | The check box is checked.
|
checked_hot | The check box is checked and hot.
|
checked_pressed | The check box is checked and pressed.
|
checked_disabled | The check box is checked and disabled.
|
mixed_normal | The check box is three-state.
|
mixed_hot | The check box is three-state and hot.
|
mixed_pressed | The check box is three-state and pressed.
|
mixed_disabled | The check box is three-state and disabled.
|