Cursors::Hand Property

 

Gets a hand Cursor.

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

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

Property Value

Type: System.Windows.Input::Cursor^

The hand cursor.

The hand Cursor typically indicates the pointer is over a link.

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: