Cursors::No Property

 

Gets the cursor that indicates that a particular region is invalid for the current operation.

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

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

Property Value

Type: System.Windows.Forms::Cursor^

The Cursor that represents the cursor that indicates that a particular region is invalid for the current operation.

.NET Framework
Available since 1.1
Return to top
Show: