Enum DrawItemState
Specifies the state of an item that is being drawn.
[Flags]
public enum DrawItemState
Fields
Checked = 8The item is checked. Only menu controls use this value.
ComboBoxEdit = 4096The item is the editing portion of a combo-box control.
Default = 32The item is in its default visual state.
Disabled = 4The item is unavailable.
Focus = 16The item has focus.
Grayed = 2The item is grayed. Only menu controls use this value.
HotLight = 64The item is being hot-tracked, that is, the item is highlighted as the mouse pointer passes over it.
Inactive = 128The item is inactive.
NoAccelerator = 256The item displays without a keyboard accelerator.
NoFocusRect = 512The item displays without the visual cue that indicates it has focus.
None = 0The item currently has no state.
Selected = 1The item is selected.
Remarks
This enumeration supports a bitwise combination of its member values.