MapControl.SetCustomCursor Method
Replaces one of the predefined mouse cursors with a custom cursor.
Thread safety: This method is not thread-safe and it should only be called from the GUI thread. Show
SetCustomCursor(Cursor cursor, CursorHandle handle)
Replaces one of the predefined mouse cursors with a custom cursor.Syntax
public void SetCustomCursor (
Cursor cursor,
CursorHandle handle
)
Parameters
cursor
Type: Cursor
The mouse cursor to replace.
The mouse cursor to replace.
handle
Type: CursorHandle
The custom cursor that replaces cursor. To reset the cursor to the default cursor, use a NULL value.
The custom cursor that replaces cursor. To reset the cursor to the default cursor, use a NULL value.
Remarks
Platforms
Windows, Linux