ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ShortCut Class
Properties


In This Topic
    ShortCut Class Members
    In This Topic

    The following tables list the members exposed by ShortCut.

    Public Properties
     NameDescription
    Public Property 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.  
    Public Property Gets the command ID associated with this short-cut.  
    Public Property Gets the display string associated with this short-cut.  
    Public Property Gets a boolean indicating whether this short-cut should be executed on key up. The default value is false.  
    Public Property Gets a boolean indicating whether this shortcut is disabled.  
    Public Property Gets a boolean indicating whether this shortcut is removed.  
    Public Property Gets the key associated with this short-cut.  
    Public Property Gets the modifier keys associated with this short-cut.  
    Top
    See Also