Class InputBindingsManager
Manages input bindings for the Telerik docking controls, providing a centralized way to handle user input interactions.
Inheritance
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public sealed class InputBindingsManager : Object
Fields
InputBindingsProperty
Identifies the InputBindings dependency property.
Declaration
public static readonly DependencyProperty InputBindingsProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetInputBindings(DependencyObject)
Get the DependencyObject's InputBindings collection.
Declaration
public static InputBindingCollection GetInputBindings(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Windows.Input.InputBindingCollection
|
SetInputBindings(DependencyObject, InputBindingCollection)
Set the DependencyObject's InputBindings collection.
Declaration
public static void SetInputBindings(DependencyObject obj, InputBindingCollection value)
Parameters
System.Windows.DependencyObject
obj
|
System.Windows.Input.InputBindingCollection
value
|