Struct ActionState

use to for requesting of action state (to enable/disable, hide, get check status, etc)

struct ActionState;

Constructors

NameDescription
this (en, vis, check)

Fields

NameTypeDescription
_flags ubyte

Properties

NameTypeDescription
checked[set] bool
checked[get] boolwhen true, for checkbox/radiobutton-like controls state should shown as checked
enabled[get] boolwhen false, control showing this action should be disabled
enabled[set] bool
visible[get] boolwhen false, control showing this action should be hidden
visible[set] bool

Methods

NameDescription
toString ()

Enums

NameDescription
StateFlag