Click or drag to resize

StyleBindingsSetInputBindings Method

Sets the inputBindings attached via the InputBindings attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetInputBindings(
	DependencyObject obj,
	InputBindingTemplate? value
)

Parameters

obj
Type: System.WindowsDependencyObject
The object the inputBindings are attached to.
value
Type: TomsToolbox.WpfInputBindingTemplate
The inputBindings to attach.
See Also