ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Framework.Controls Namespace / AttachedProperties Class / GetBlockShortcuts Method

In This Topic
    GetBlockShortcuts Method
    In This Topic
    Gets the flag indicating if the applications keyboard shortcut processing is blocked for this control.
    Syntax
    public static Nullable<bool> GetBlockShortcuts( 
       DependencyObject obj
    )
    Public Shared Function GetBlockShortcuts( _
       ByVal obj As DependencyObject _
    ) As Nullable(Of Boolean)

    Parameters

    obj
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also