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:
Five predefined styles provided via the TcxLookAndFeel.Kind;
Skins from the ExpressSkins Library applied via the TcxLookAndFeel.SkinName property.
Note
You can improve the readability of alert windows using the dxAlertWindowIndentBetweenRegions global constant.
See Also