Back to Devexpress

TdxAlertWindow.LookAndFeel Property

vcl-dxalertwindow-dot-tdxalertwindow-f27af194.md

latest1.4 KB
Original Source

TdxAlertWindow.LookAndFeel Property

Specifies appearance settings of the current alert window.

Declaration

delphi
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

TdxAlertWindow Class

TdxAlertWindow Members

dxAlertWindow Unit