Back to Devexpress

TdxAlertWindowManager.WindowPosition Property

vcl-dxalertwindow-dot-tdxalertwindowmanager-ae5d1a19.md

latest1.9 KB
Original Source

TdxAlertWindowManager.WindowPosition Property

Specifies the starting pop-up position of newly created alert windows.

Declaration

delphi
property WindowPosition: TdxAlertWindowPosition read; write; default awpAuto;

Property Value

TypeDefault
TdxAlertWindowPositionawpAuto

Remarks

This property defines the pop-up position of the first alert window. Once it is shown, an alert window manager will automatically arrange all the subsequent alert windows along the closest vertical screen edge in one column. Once the first alert window is closed, hidden, or moved from its initial position, other alert windows may pop up at this position as well. Note however, you can always specify the exact position of an alert window via its Left and Top properties.

Available WindowPosition property values include:

ValueDescription
awpAutoAlert windows pop up next to the system notification area.
awpTopLeftAlert windows pop up at the top-left corner of the screen.
awpTopRightAlert windows pop up at the top-right corner of the screen.
awpBottomLeftAlert windows pop up at the bottom-left corner of the screen.
awpBottomRightAlert windows pop up at the bottom-right corner of the screen.

The default value of the WindowPosition property is awpAuto.

See Also

TdxAlertWindowManager Class

TdxAlertWindowManager Members

dxAlertWindow Unit