Back to Devexpress

NavBarControl.HotTrackedItemCursor Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-769dc8da.md

latest2.1 KB
Original Source

NavBarControl.HotTrackedItemCursor Property

Gets or sets a value specifying the cursor type used when a mouse pointer is over a group caption.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public virtual Cursor HotTrackedItemCursor { get; set; }
vb
Public Overridable Property HotTrackedItemCursor As Cursor

Property Value

TypeDescription
Cursor

A System.Windows.Forms.Cursor class descendant specifying the cursor type (predefined cursor types are represented by the System.Windows.Forms.Cursors class properties).

|

Remarks

The mouse pointer type over a group caption is specified by the NavBarControl.HotTrackedGroupCursor property. You can also specify a custom cursor type for the mouse pointer when it is over the control. Use the NavBarControl.Cursor property for this purpose. Note that the NavBarControl.HotTrackedGroupCursor and HotTrackedItemCursor property values override the NavBarControl.Cursor property setting.

See Also

Cursor

HotTrackedGroupCursor

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace