AttachedProperties Class Members
In This Topic
The following tables list the members exposed by AttachedProperties.
Public Fields
| Name | Description |
| BlockShortcutsProperty |
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
| Name | Description |
| GetBlockShortcuts |
Gets the flag indicating if the applications keyboard shortcut processing is blocked for this control.
|
| SetBlockShortcuts |
Sets the flag indicating if the applications keyboard shortcut processing is blocked for this control.
|
Top
See Also