Desktop..::..AddCursor Method

Adds the cursor.

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

Syntax


public void AddCursor(
	string key,
	Cursor cursor
)
Public Sub AddCursor ( _
	key As String, _
	cursor As Cursor _
)
public:
void AddCursor(
	String^ key, 
	Cursor^ cursor
)

Parameters

key
Type: String
The key.
cursor
Type: Cursor
The cursor.