Cursors::None Property

 

Gets a special cursor that is invisible.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

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

Property Value

Type: System.Windows.Input::Cursor^

The none cursor.

The None cursor provides a means of hiding the cursor.

See Remark on Cursors.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: