/**
Gets the state of the toggle button.
- @returns Returns @true if it is pressed, @false otherwise.
+ @return Returns @true if it is pressed, @false otherwise.
*/
bool GetValue() const;
/**
Gets the state of the toggle button.
- @returns Returns @true if it is pressed, @false otherwise.
+ @return Returns @true if it is pressed, @false otherwise.
*/
virtual bool GetValue() const;