NavBarControl.RestoreCursor() Method
Sets the mouse cursor to the type specified by the NavBarControl.Cursor property.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Remarks
The RestoreCursor method applies the NavBarControl.Cursor property setting to the mouse cursor. This method is used in the following two cases:
- After operations requiring different cursor types (drag and drop, for instance) has finished.
- When the mouse pointer leaves a group caption or link area. These control sections can have custom cursor types assigned via the NavBarControl.HotTrackedGroupCursor and NavBarControl.HotTrackedItemCursor properties respectively.
This method is not designed to be used directly from your code.
See Also