xtd 0.2.0
Loading...
Searching...
No Matches

◆ draw_item_state

enum class xtd::forms::draw_item_state
strong

Specifies the state of an item that is being drawn. This enumeration supports a bitwise combination of its member values.

Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used by members such as xtd::forms::draw_item_event_args::state.
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.