Skip to main content
A newer version of this page is available. .

TdxAlertWindowManager.LookAndFeel Property

Applies common appearance settings to all alert windows associated with the alert window manager.

Declaration

property LookAndFeel: TcxLookAndFeel read; write;

Property Value

Type
TcxLookAndFeel

Remarks

Use this property to apply the specified appearance settings to all alert windows accessible via the Items collection. Once you provide custom settings via an alert window’s LookAndFeel property, this window’s appearance will not be synchronized with the alert window manager’s LookAndFeel property.

Appearance settings specified via the LookAndFeel property include:

Note

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

See Also