ToggleAction.active
bool active() @property nothrowGet active property.
Returns
Whether the toggle action should be active.
void active(bool propval) @property nothrowSet active property.
Parameters
propval | Whether the toggle action should be active. |