Table of Contents
Cursor Constructor
Overload List
Name Description
Cursor(CursorType); Initializes a Cursor of a predefined cursor type.
Cursor(string, int, int); Initalizes a custom cursor.
Cursor(string); Initalizes a custom cursor.
Cursor(string, byte[], int, int); Initalizes a custom cursor.
Cursor(string, byte[]); Initalizes a custom cursor.
See Also