[]
Provides a helper allows user set InputBinding for multiple controls through resource.
public class InputBindingHelper
Public Class InputBindingHelper
The following xaml demonstrates how to use InputBindingHelper to set some InputBindings to multiple controls through resource.
Name | Description |
---|---|
InputBindingHelper() |
Name | Description |
---|---|
InputBindingsProperty | Indicates the GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings dependency property. |
Name | Description |
---|---|
GetInputBindings(DependencyObject) | Returns an InputBindingCollection for a specified control. |
SetInputBindings(DependencyObject, InputBindingCollection) | Sets the value of the GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings attached property on the specified element. |