ArcGIS Pro 3.7 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 Shared Sub SetBlockShortcuts( _
       ByVal obj As DependencyObject, _
       ByVal value As Nullable(Of Boolean) _
    ) 
    public static void SetBlockShortcuts( 
       DependencyObject obj,
       Nullable<bool> value
    )

    Parameters

    obj
    value
    Requirements

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

    ArcGIS Pro version: 3.3 or higher.
    See Also