[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper

InputBindingHelper Class

Provides a helper allows user set InputBinding for multiple controls through resource.

Inheritance
InputBindingHelper
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class InputBindingHelper
Public Class InputBindingHelper
Examples

The following xaml demonstrates how to use InputBindingHelper to set some InputBindings to multiple controls through resource.

Constructors

Name Description
InputBindingHelper()

Fields

Name Description
InputBindingsProperty

Indicates the GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings dependency property.

Methods

Name Description
GetInputBindings(DependencyObject)

Returns an InputBindingCollection for a specified control.

SetInputBindings(DependencyObject, InputBindingCollection)

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