Struct ActionState
use to for requesting of action state (to enable/disable, hide, get check status, etc)
Constructors
| Name | Description |
this
(en, vis, check)
|
|
Fields
| Name | Type | Description |
_flags
|
ubyte | |
Properties
| Name | Type | Description |
checked[set]
|
bool | |
checked[get]
|
bool | when true, for checkbox/radiobutton-like controls state should shown as checked
|
enabled[get]
|
bool | when false, control showing this action should be disabled
|
enabled[set]
|
bool | |
visible[get]
|
bool | when false, control showing this action should be hidden
|
visible[set]
|
bool | |