[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.GetInputBindings

GetInputBindings Method

GetInputBindings(DependencyObject)

Returns an InputBindingCollection for a specified control.

Declaration
public static InputBindingCollection GetInputBindings(DependencyObject element)
Public Shared Function GetInputBindings(element As DependencyObject) As InputBindingCollection
Parameters
Type Name Description
DependencyObject element

A System.Windows.DependencyObject which represents the control.

Returns
Type Description
InputBindingCollection

A InputBindingCollection which represents InputBinding settings.

Exceptions
Type Condition
ArgumentNullException

element is null.

ArgumentException

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