RToggleButton.Checked


public property Checked

Prototype:

[Read/Write] property Checked[=true|false]

Description:

Marks the button as checked (if true) or unchecked(false). Toggle buttons have two states: checked and unchecked. See also the Inconsistent property

Return value:

Returns true if the button is checked, false otherwise.