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