ElementState

Definies values about whether a WindowElement is enabled or not.

Values

ValueMeaning
Enabled0

Means the element is enabled.

DisabledWOGray1

Disabled without grayout, should be only used by elements contained within other elements.

Disabled2

Means the element is disabled.

Meta