IdxDialogOwner.GetLookAndFeel Method
In This Article
Returns the look & feel settings of a component to which the dialog belongs.
#Declaration
Delphi
function GetLookAndFeel: TcxLookAndFeel;
#Returns
Type |
---|
Tcx |
#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