State
State (Get method)
Gets the button state.
bool State() constReturn Value
Button state.
State (Set method)
Sets the button state.
bool State(
const bool flag // flag
)Parameters
- flag
[in] New button state.
Return Value
true - successful, otherwise - false.
Last updated on