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

◆ appearance() [2/2]

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

Sets a value determining the appearance of the radio_button.

Parameters
appearanceOne of the appearance values. The default value is normal.
Returns
Current radio_button instance.
Remarks
If the appearance value is set to normal, then the radio_button control is drawn with a circular check box. If the value is set to button, then the radio_button is drawn as a control that can be toggled to an up or down state. Either type can display text, an image, or both.