MapControl.SetCursor Method
This element is not available using the selected API.
This element is not available using the selected API.
In this article
Virtual function called by the control to set the mouse cursor.
The Thread Access Verifier will enforce this rule when it is active.
public:
virtual void setCursor (
Cursor cursor
)
A default implementation is provided that will set the mouse cursor using Win32 calls. You may wish to override this to use methods of your GUI framework to set the cursors instead.
Windows, Linux, Android
In this article
This element is not available using the selected API.
In this article
This element is not available using the selected API.
In this article