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

◆ appearance() [1/2]

virtual forms::appearance xtd::forms::radio_button::appearance ( ) const
virtualnoexcept

Gets a value determining the appearance of the radio_button.

Returns
One of the appearance values. The default value is normal.
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.
Examples
demo.cpp.