TdxAlertWindowOptionsAnimate Class
Contains the animation, hot-track, and transparency settings of an alert window.
Declaration
TdxAlertWindowOptionsAnimate = class(
TdxAlertWindowCustomOptions
)
Remarks
This class provides properties that allow you to specify the following settings:
Animation effects for showing (ShowingAnimation, ShowingAnimationDirection, and ShowingAnimationTime), hiding (HidingAnimation, HidingAnimationDirection, and HidingAnimationTime), and sizing an alert window (SizeAdjustmentAnimationTime);
Hot-tracking (HotTrack, HotTrackFadeInTime, and HotTrackFadeOutTime);
Transparency in the normal and hot-tracked states (AlphaBlendValue and HotTrackAlphaBlendValue).
A TdxAlertWindowOptionsAnimate object is referenced via the following option sets:
An alert window manager’s OptionsAnimate;
An alert window’s OptionsAnimate.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxAlertWindowCustomOptions
TdxAlertWindowOptionsAnimate
See Also