TdxAlertWindowOptionsAnimate.HotTrack Property
Specifies whether or not alert window hot-tracking is enabled.
Declaration
property HotTrack: Boolean read; write; default dxAlertWindowDefaultHotTrack;
Property Value
Type | Default |
---|---|
Boolean | dxAlertWindowDefaultHotTrack |
Remarks
Options include:
Value | Description |
---|---|
True | Alert window hot-tracking is enabled. When an end-user moves the mouse pointer into an alert window, the window’s transparency gradually transitions from AlphaBlendValue to HotTrackAlphaBlendValue during the HotTrackFadeInTime period. When an end-user moves the mouse pointer from the alert window, the transparency returns to the AlphaBlendValue during the HotTrackFadeOutTime period. You can access the currently hot-tracked window via an alert window manager’s HotWindow property. Note Hot-tracking is disabled for invisible alert windows (the AlphaBlendValue property is set to 0). |
False | Alert window hot-tracking is disabled. You can emulate it by handling an alert window manager’s OnMouseEnter and OnMouseLeave events. |
The default value of the HotTrack property is specified by the dxAlertWindowDefaultHotTrack global constant.