Skip to main content

TcxCustomNavigator.LookAndFeel Property

Specifies the look and feel of a navigator control.

Declaration

property LookAndFeel;

Property Value

Type
TcxLookAndFeel

Remarks

The LookAndFeel property controls the look and feel of the navigator control and the style behavior in response to user actions.

The LookAndFeel.NativeStyle attribute determines whether the control’s elements 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 or themes are not supported, the LookAndFeel.Kind and LookAndFeel.SkinName properties specify the look and feel of the navigator. The styles enumerated by the TcxLookAndFeel type determine the manner in which the navigator is painted and how it responds to mouse events.

See Also