Class
InputBindingsManager

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:

cs-api-definition
public sealed class InputBindingsManager

Inheritance: objectInputBindingsManager

Fields

InputBindingsProperty

Identifies the InputBindings dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty InputBindingsProperty

Field Value

DependencyProperty

Methods

GetInputBindings(DependencyObject)

Get the DependencyObject's InputBindings collection.

Declaration

cs-api-definition
public static InputBindingCollection GetInputBindings(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

InputBindingCollection

SetInputBindings(DependencyObject, InputBindingCollection)

Set the DependencyObject's InputBindings collection.

Declaration

cs-api-definition
public static void SetInputBindings(DependencyObject obj, InputBindingCollection value)

Parameters

obj

DependencyObject

value

InputBindingCollection