Skip to main content

TcxRadioButton.LookAndFeel Property

Specifies the radio button control’s look & feel.

Declaration

property LookAndFeel: TcxLookAndFeel read; write;

Property Value

Type
TcxLookAndFeel

Remarks

The LookAndFeel.NativeStyle attribute determines whether the radio button control’s elements (borders, buttons and background) are drawn using the display settings determined by the operating system. For instance, in Windows® XP the current XP theme is used if LookAndFeel.NativeStyle is set to True.

If LookAndFeel.NativeStyle is set to False, then the LookAndFeel.Kind and LookAndFeel.SkinName properties specify the default look and feel of the control. The styles enumerated by the TcxLookAndFeel type determine the manner in which the control is painted and how it responds to mouse events.

See Also