Cursors::Default Property

 

Gets the default cursor, which is usually an arrow cursor.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Cursor^ Default {
	static Cursor^ get();
}

Property Value

Type: System.Windows.Forms::Cursor^

The Cursor that represents the default cursor.

.NET Framework
Available since 1.1
Return to top
Show: