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