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

◆ appearance() [2/2]

virtual check_box & xtd::forms::check_box::appearance ( forms::appearance  appearance)
virtual

Gets the value that determines the appearance of a check_box control.

Parameters
appearanceOne of the appearance values. The default value is normal.
Remarks
If appearance value is set to normal, the check_box has a typical appearance. If the value is set to button, the check_box appears like a toggle button, which can be toggled to an up or down state.