ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Framework.Controls Namespace / AttachedProperties Class
Fields Methods


In This Topic
    AttachedProperties Class Members
    In This Topic

    The following tables list the members exposed by AttachedProperties.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic) This attached property allows a control to block the application's keyboard shortcut processing. For example, when a control has keyboard focus and an 'A' is entered, the application shortcut framework will first check if a shortcut is registered to this key; if a shortcut is discovered, the key event will get marked as handled and the control might not receive the event. Note, several types of controls are automatically removed from this framework including TextBox, EditBox, ListBox, and TreeView. Use this attached property to add your control to this list.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Gets the flag indicating if the applications keyboard shortcut processing is blocked for this control.  
    Public Methodstatic (Shared in Visual Basic) Sets the flag indicating if the applications keyboard shortcut processing is blocked for this control.  
    Top
    See Also