Cursors::Help Property

 

Gets a help Cursor which is a combination of an arrow and a question mark.

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

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

Property Value

Type: System.Windows.Input::Cursor^

The help cursor.

Typically, this cursor is displayed when context-sensitive help is available.

See Remark on Cursors.

.NET Framework
Available since 3.0
Return to top
Show: