Desktop..::..ShowCursor Property

Gets or sets a value indicating whether [show cursor].

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool ShowCursor { get; set; }
Public Property ShowCursor As Boolean
	Get
	Set
public:
property bool^ ShowCursor {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [show cursor]; otherwise, false.