GrapeCity.WPF.InputMan アセンブリ > GrapeCity.Windows.InputMan 名前空間 > InputBindingHelper クラス : SetInputBindings メソッド |
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 のいずれかである必要があります。 |