ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ShortCut Class / CancelOnMouseMove Property

In This Topic
    CancelOnMouseMove Property
    In This Topic
    Gets a boolean indicating whether this short-cut should be canceled if mouse moves. This is only evaluated if ExecutesOnKeyUp is true. The default value is false.
    Syntax
    public bool CancelOnMouseMove {get;}
    Public ReadOnly Property CancelOnMouseMove As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also