ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / SetCursorPosition Method / SetCursorPosition(Point) Method
The target client position.

In This Topic
    SetCursorPosition(Point) Method
    In This Topic
    Set the cursor position to the specified client point.
    Syntax
    Public Overloads Sub SetCursorPosition( _
       ByVal clientPoint As Point _
    ) 
    public void SetCursorPosition( 
       Point clientPoint
    )

    Parameters

    clientPoint
    The target client position.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.3 or higher.
    See Also