In This Article

UIElementDrawState Enum

Specifies the draw state of a IUIElement.

[Flags]
public enum UIElementDrawState

Fields

Name Description
Checked

The element is checked.

Disabled

The element is disabled.

Hot

The mouse is over the element.

None

The element is in its default state.

Pressed

The mouse is pressing the element.

Selected

The element is selected.