[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.SetInputBindings

SetInputBindings Method

SetInputBindings(DependencyObject, InputBindingCollection)

Sets the value of the GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings attached property on the specified element.

Declaration
public static void SetInputBindings(DependencyObject element, InputBindingCollection value)
Public Shared Sub SetInputBindings(element As DependencyObject, value As InputBindingCollection)
Parameters
Type Name Description
DependencyObject element

The element on which to set the GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings attached property.

InputBindingCollection value

A InputBindingCollection value representing the new value for the GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings attached property.

Exceptions
Type Condition
ArgumentNullException

element is null.

ArgumentException

The type of element must be UIElement, ContentElement or UIElement3D.