Back to Devexpress

NavBarControl.HotTrackedGroupCursor Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-403be9ee.md

latest1.9 KB
Original Source

NavBarControl.HotTrackedGroupCursor 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 HotTrackedGroupCursor { get; set; }
vb
Public Overridable Property HotTrackedGroupCursor 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 link is specified by the NavBarControl.HotTrackedItemCursor 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 HotTrackedGroupCursor and NavBarControl.HotTrackedItemCursor property values override the NavBarControl.Cursor property setting.

See Also

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace