TdxAlertWindow.LookAndFeel Property
Specifies appearance settings of the current alert window.
Declaration
property LookAndFeel: TcxLookAndFeel read; write;
Property Value
Type |
---|
TcxLookAndFeel |
Remarks
By default, an alert window’s appearance settings are always synchronized with the alert window manager’s LookAndFeel
property unless you provide custom settings via the alert window’s LookAndFeel property. To revert custom settings and restore synchronization, reset the LookAndFeel.AssignedValues flags.
Appearance settings available in the LookAndFeel property include:
Five predefined styles applied using the LookAndFeel.Kind or LookAndFeel.NativeStyle property;
Skins from the ExpressSkins Library applied using the LookAndFeel.SkinName property.
Note
You can improve the readability of alert windows using the dxAlertWindowIndentBetweenRegions global constant.
See Also