Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also