DataGridView.UserSetCursor Property

Definition

Gets the default or user-specified value of the Cursor property.

public:
 property System::Windows::Forms::Cursor ^ UserSetCursor { System::Windows::Forms::Cursor ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.Cursor UserSetCursor { get; }
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.Cursor? UserSetCursor { get; }
[<System.ComponentModel.Browsable(false)>]
member this.UserSetCursor : System.Windows.Forms.Cursor
Public ReadOnly Property UserSetCursor As Cursor

Property Value

A Cursor representing the normal value of the Cursor property.

Attributes

Remarks

Although you can set the value of the Cursor property, its value can change depending on the location of the mouse pointer. Use this property to retrieve the value of the Cursor property in its normal state, which is either its default value, or a value specified in code.

Applies to

See also