Click or drag to resize

AttacherSetInputBindings Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Helpers.Attacher.SetInputBindings(System.Windows.UIElement,System.Windows.Input.InputBindingCollection)"]


Namespace: RAYLASE.Marker.GUI.Common.Helpers
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public static void SetInputBindings(
	UIElement element,
	InputBindingCollection inputBindings
)

Parameters

element  UIElement

[Missing <param name="element"/> documentation for "M:RAYLASE.Marker.GUI.Common.Helpers.Attacher.SetInputBindings(System.Windows.UIElement,System.Windows.Input.InputBindingCollection)"]

inputBindings  InputBindingCollection

[Missing <param name="inputBindings"/> documentation for "M:RAYLASE.Marker.GUI.Common.Helpers.Attacher.SetInputBindings(System.Windows.UIElement,System.Windows.Input.InputBindingCollection)"]

See Also