QueryCursorEventArgs::Cursor Property

 

Gets or sets the cursor associated with this event.

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

public:
property Cursor^ Cursor {
	Cursor^ get();
	void set(Cursor^ value);
}

Property Value

Type: System.Windows.Input::Cursor^

The cursor.

.NET Framework
Available since 3.0
Return to top
Show: