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 | dx |
#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 Alpha You can access the currently hot-tracked window via an alert window manager’s Hot Note Hot-tracking is disabled for invisible alert windows (the Alpha |
False | Alert window hot-tracking is disabled. You can emulate it by handling an alert window manager’s On |
The default value of the HotTrack property is specified by the dxAlertWindowDefaultHotTrack global constant.