Skip to main content

NavBarControl.RestoreCursor() Method

Sets the mouse cursor to the type specified by the NavBarControl.Cursor property.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public virtual void RestoreCursor()

Remarks

The RestoreCursor method applies the NavBarControl.Cursor property setting to the mouse cursor. This method is used in the following two cases:

This method is not designed to be used directly from your code.

See Also