ToggleActionEntry.isActive
bool isActive() @property nothrowGet isActive field.
Returns
The initial state of the toggle action.
void isActive(bool propval) @property nothrowSet isActive field.
Parameters
propval | The initial state of the toggle action. |