xtd 0.2.0
Loading...
Searching...
No Matches

◆ checked() [2/2]

virtual light_button & xtd::forms::light_button::checked ( bool  checked)
virtual

Sets a value indicating whether the light_button is in the checked state.

Parameters
checkedtrue if the light_button is in the checked state; otherwise, false. The default value is false.
Remarks
When the value is true, the light_button portion of the control displays a check mark. If the appearance property is set to button, the control will appear sunken when checked is true and raised like a standard button when false.