TCnRadioButton.Appearance Property

Gets or sets a value determining the appearance of the TCnRadioButton .

Namespace: CNClrLib.Control.RadioButton
published
 property Appearance: TAppearance read GetAppearance write SetAppearance default TAppearance.appNormal;

Property Value

One of the CNClrLib.Control.EnumTypes.TAppearance values. The default value is Normal.

If the Appearance value is set to Normal, then the TCnRadioButton control is drawn with a circular check box. If the value is set to Button, then the TCnRadioButton is drawn as a control that can be toggled to an up or down state. Either type can display text, an image, or both.