IcxNavigatorOwner.GetNavigatorLookAndFeel Method
Returns an object containing look and feel settings of the navigator control.
Declaration
function GetNavigatorLookAndFeel: TcxLookAndFeel;
Returns
Type |
---|
TcxLookAndFeel |
Remarks
The GetNavigatorLookAndFeel function is implemented by navigator controls to return the TcxLookAndFeel object that contains look and feel settings for the control. These settings specify whether native painting is used or the painting specified by styles. Modify properties of the obtained TcxLookAndFeel object if you need to provide a different appearance for the navigator.
See Also