GrapeCity.WPF.InputMan アセンブリ > GrapeCity.Windows.InputMan 名前空間 > InputBindingHelper クラス : GetInputBindings メソッド |
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 でなければなりません。 |