GrapeCity.Windows.SpreadGrid.Editors 名前空間 > InputBindingHelper クラス : GetInputBindings メソッド |
'Declaration
Public Shared Function GetInputBindings( _ ByVal element As DependencyObject _ ) As InputBindingCollection
public static InputBindingCollection GetInputBindings( DependencyObject element )
例外 | 説明 |
---|---|
System.ArgumentNullException | element が null 参照 (Visual Basicでは Nothing) です。 |
System.ArgumentException | element の型は System.Windows.UIElement、System.Windows.ContentElement、System.Windows.UIElement3D のいずれかである必要があります。 |