ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / PaneBase Class / OnKeyCommand Method

In This Topic
    OnKeyCommand Method
    In This Topic
    Called during OnKeyDown if when a register shortcut matches.
    Syntax
    Protected Friend Overridable Sub OnKeyCommand( _
       ByVal commandID As String _
    ) 
    protected internal virtual void OnKeyCommand( 
       string commandID
    )

    Parameters

    commandID
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also