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

TdxAlertWindowMovingDirection Enum

Enumerates the animation directions available to show or hide an alert window.

Declaration

TdxAlertWindowMovingDirection = (
    awmdAuto,
    awmdLeft,
    awmdRight,
    awmdUp,
    awmdDown
);

Members

Name
awmdAuto
awmdLeft
awmdRight
awmdUp
awmdDown

Remarks

Options include:

Value Description
awmdAuto If the system taskbar is located on the left side of the screen, the animation progresses to the opposite side of the screen. Otherwise, the animation always progresses to the left side of the screen.
awmdLeft The animation progresses to the left side of the screen.
awmdRight The animation progresses to the right side of the screen.
awmdUp The animation progresses to the top of the screen.
awmdDown The animation progresses to the bottom of the screen.
See Also