Back to Devexpress

AlertControl.AppearanceHotTrackedText Property

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

latest1.4 KB
Original Source

AlertControl.AppearanceHotTrackedText Property

Provides appearance settings that are used to paint the text in alert windows when the text is hovered over.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceHotTrackedText { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearanceHotTrackedText As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object containing corresponding appearance settings.

|

See Also

AppearanceText

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace