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

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

    Parameters

    obj
    value
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also