State
: bool
[Get][Set] |
State of the toggle, the style will be set respectively for on and off states.
Signature
bool State |
StateChanged
: Action< bool >
[Get][Set] |
The event that would be invoked when the state is changed by setting the State property.
Signature
Action<bool> StateChanged |
UpdateBackground
()
|
Signature
override void UpdateBackground() Returns override void |
UpdateIcon
()
|
Signature
override void UpdateIcon() Returns override void |