Back to Devexpress

AlertControl.AllowHotTrack Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-a71b3b6d.md

latest1.7 KB
Original Source

AlertControl.AllowHotTrack Property

Gets or sets whether text in alert windows is hot-tracked when hovering over it with the mouse.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowHotTrack { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property AllowHotTrack As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if text in alert windows is hot-tracked when hovering with the mouse; otherwise, false.

|

Remarks

If text hot-tracking is enabled and the hot-tracked text is clicked, the AlertControl.AlertClick event fires.

If the AllowHotTrack option is disabled, the AllowHotTrack event will not be raised when clicking an alert window’s text.

See Also

AlertClick

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace