[]
Sets the pointer displayed over a specific area at a specific time.
public void SetCursor(CursorType index, Cursor cursor)
Public Sub SetCursor(index As CursorType, cursor As Cursor)
Type | Name | Description |
---|---|---|
CursorType | index | Index of the pointer type (for which part of the control) |
Cursor | cursor | Image (Cursor object) to paint the pointer |