Skip to main content

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:

Note

You can improve the readability of alert windows using the dxAlertWindowIndentBetweenRegions global constant.

See Also