Back to Devexpress

IdxDialogOwner.GetLookAndFeel Method

vcl-cxcontrols-dot-idxdialogowner-5a4cd71d.md

latest720 B
Original Source

IdxDialogOwner.GetLookAndFeel Method

Returns the look & feel settings of a component to which the dialog belongs.

Declaration

delphi
function GetLookAndFeel: TcxLookAndFeel;

Returns

Type
TcxLookAndFeel

Remarks

This function result is used to apply the owner component’s look & feel settings to the dialog. Refer to the TcxLookAndFeel class description for detailed information on the look & feel settings of DevExpress controls.

See Also

IdxDialogOwner Interface

IdxDialogOwner Members

cxControls Unit