GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings 添付プロパティの値を指定した要素に設定します。
シンタックス
'宣言
Public Shared Sub SetInputBindings( _
ByVal As System.Windows.DependencyObject, _
ByVal As System.Windows.Input.InputBindingCollection _
)
public static void SetInputBindings(
System.Windows.DependencyObject ,
System.Windows.Input.InputBindingCollection
)
パラメータ
- element
- GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings 添付プロパティを設定する要素。
- value
- GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings 添付プロパティの新しい値を表す System.Windows.Input.InputBindingCollection 値。
例外
例外 | 解説 |
System.ArgumentNullException | は null 参照 (Visual Basicでは Nothing) です。 |
System.ArgumentException | の型は System.Windows.UIElement、System.Windows.ContentElement、System.Windows.UIElement3D のいずれかである必要があります。 |
参照