Class InputBindingsManager
Inheritance
System.Object
InputBindingsManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public sealed class InputBindingsManager
Fields
InputBindingsProperty
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
|