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

TdxAlertWindowOptionsAnimate.HotTrackAlphaBlendValue Property

Specifies the transparency of an alert window in the hot-tracked state.

#Declaration

Delphi
property HotTrackAlphaBlendValue: Byte read; write; default dxAlertWindowDefaultHotTrackAlphaBlendValue;

#Property Value

Type Default
Byte dxAlertWindowDefaultHotTrackAlphaBlendValue

#Remarks

The value of this property ranges from 0 (invisible) to 255 (fully opaque). To specify the transparency of an alert window in the normal state, use the AlphaBlendValue property. You can adjust the duration of an animated transition between the states via the HotTrackFadeInTime and HotTrackFadeOutTime properties.

The default value of the HotTrackAlphaBlendValue property is specified by the dxAlertWindowDefaultHotTrackAlphaBlendValue global constant.

See Also