[]
Sets the value of the GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings attached property on the specified element.
public static void SetInputBindings(DependencyObject element, InputBindingCollection value)
Public Shared Sub SetInputBindings(element As DependencyObject, value As InputBindingCollection)
Type | Name | Description |
---|---|---|
DependencyObject | element | The element on which to set the GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings attached property. |
InputBindingCollection | value | A InputBindingCollection value representing the new value for the GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings attached property. |
Type | Condition |
---|---|
ArgumentNullException |
|
ArgumentException | The type of |