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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | 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