Control..::..Cursor Property

Name of the cursor to use

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

Syntax


public string Cursor { get; set; }
Public Property Cursor As String
	Get
	Set
public:
property String^ Cursor {
	String^ get ();
	void set (String^ value);
}