Click or drag to resize

StyleBindingsGetInputBindings Method

Gets the inputBindings attached via the InputBindings attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static InputBindingTemplate? GetInputBindings(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
The object the inputBindings are attached to.

Return Value

Type: InputBindingTemplate
The inputBindings.
See Also