Back to Devexpress

NavBarAppearances.ItemHotTracked Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarappearances-61f94428.md

latest2.2 KB
Original Source

NavBarAppearances.ItemHotTracked Property

Gets the appearance settings used to paint the item link when it’s hot-tracked.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public AppearanceObject ItemHotTracked { get; }
vb
Public ReadOnly Property ItemHotTracked As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the item link when it’s hot-tracked.

|

Remarks

The ItemHotTracked property provides the appearance settings used to paint the NavBarItemLink when they are hot-tracked. Individual items can override these settings using their NavElement.AppearanceHotTracked property.

To custom paint item links handle the NavBarControl.CustomDrawLink event.

For more information on appearances, see the Appearances topic.

See Also

Item

ItemActive

ItemDisabled

ItemPressed

NavBarAppearances Class

NavBarAppearances Members

DevExpress.XtraNavBar Namespace