[]
Returns an InputBindingCollection for a specified control.
public static InputBindingCollection GetInputBindings(DependencyObject element)
Public Shared Function GetInputBindings(element As DependencyObject) As InputBindingCollection
Type | Name | Description |
---|---|---|
DependencyObject | element | A System.Windows.DependencyObject which represents the control. |
Type | Description |
---|---|
InputBindingCollection | A InputBindingCollection which represents InputBinding settings. |
Type | Condition |
---|---|
ArgumentNullException |
|
ArgumentException | The type of |