|
strong |
Specifies the state of an item that is being drawn. This enumeration supports a bitwise combination of its member values.
Enumerator | |
---|---|
none | The item currently has no state. |
selected | The item is selected. |
grayed | The item is grayed. Only menu controls use this value. |
disabled | The item is unavailable. |
checked | The item is checked. Only menu controls use this value. |
focus | The item has focus. |
default_state | The item is in its default visual state. |
hot_light | The item is being hot-tracked, that is, the item is highlighted as the mouse pointer passes over it. |
inactive | The item is inactive. |
no_accelerator | The item displays without a keyboard accelerator. |
no_focus_rect | The item displays without the visual cue that indicates it has focus. |
combo_box_edit | The item is the editing portion of a xtd::forms::combo_box. |