IMapControl.SetCursor Method
This element is not available using the selected API.
This element is not available using the selected API.
In this article
The Thread Access Verifier will enforce this rule when it is active.
public:
virtual void setCursor (
Cursor cursor
)
This method is called by the built-in tools to tell the control to select one of several predefined mouse cursors, depending on the user interactions.
The MapControl (C++ base class) provides a default implementation on Windows that will set the mouse cursor using Win32 calls. If you inherit directly from this a class you may wish to override this method to use functions of your GUI framework to change the mouse cursor instead.
Note that most MapControls also provide a SetCustomCursor() method. This is used to override one or more of the actual mouse cursor images used for the specific predefined cursor values.
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