Back to Devexpress

ControlBase.Cursor Property

windowsforms-devexpress-dot-utils-dot-controls-dot-controlbase.md

latest1.3 KB
Original Source

ControlBase.Cursor Property

Gets or sets the cursor that is displayed when the mouse pointer is over the ControlBase control.

Namespace : DevExpress.Utils.Controls

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public override Cursor Cursor { get; set; }
vb
Public Overrides Property Cursor As Cursor

Property Value

TypeDescription
Cursor

The cursor that is displayed when the mouse pointer is over the ControlBase control.

|

See Also

ControlBase Class

ControlBase Members

DevExpress.Utils.Controls Namespace