Back to Devexpress

TdxAlertWindowManagerOptionsAnimate Class

vcl-dxalertwindow-66997cd3.md

latest1.6 KB
Original Source

TdxAlertWindowManagerOptionsAnimate Class

Contains the animation, hot-track, and transparency settings of alert windows created by an alert window manager.

Declaration

delphi
TdxAlertWindowManagerOptionsAnimate = class(
    TdxAlertWindowOptionsAnimate
)

Remarks

This class extends its ancestor class with the CollapseEmptySlots and CollapseEmptySlotsAnimationTime properties that enable alert windows to automatically move into empty slots that appear after closing other alert windows, with animation. These properties are exclusive to an alert window manager and are not assigned to the newly created alert windows.

A TdxAlertWindowManagerOptionsAnimate object is referenced via an alert window manager’s OptionsAnimate option set.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxAlertWindowCustomOptions TdxAlertWindowOptionsAnimate TdxAlertWindowManagerOptionsAnimate

See Also

TdxAlertWindowManagerOptionsAnimate Members

dxAlertWindow Unit