Since Eyeshot version 9, we added the Workspace.CursorTypes dictionary for this purpose:
Cursor myCursor = new Cursor("MyPan.cur");
design1.CursorTypes[cursorType.Pan] = myCursor;
Since Eyeshot version 9, we added the Workspace.CursorTypes dictionary for this purpose:
Cursor myCursor = new Cursor("MyPan.cur");
design1.CursorTypes[cursorType.Pan] = myCursor;
This content is available only to customers with an active subscription. Please ensure your subscription is current to access this article.
Please sign in to access this article.
If you believe this is an error, please contact our support team for assistance.
Comments
A code example would be helpful. For Winforms and WPF.
If I change the pick cursor, how can I reset it to the default?
Please sign in to leave a comment.