GrapeCity SPREAD for WPF 2.0J
SetInputBindings メソッド

InputBindingsProperty 添付プロパティを設定する要素。
InputBindingsProperty 添付プロパティの新しい値を表す System.Windows.Input.InputBindingCollection 値。
InputBindingsProperty 添付プロパティの値を指定した要素に設定します。
構文
'Declaration
 
Public Shared Sub SetInputBindings( _
   ByVal element As DependencyObject, _
   ByVal value As InputBindingCollection _
) 
public static void SetInputBindings( 
   DependencyObject element,
   InputBindingCollection value
)

パラメータ

element
InputBindingsProperty 添付プロパティを設定する要素。
value
InputBindingsProperty 添付プロパティの新しい値を表す System.Windows.Input.InputBindingCollection 値。
例外
例外説明
System.ArgumentNullExceptionelement が null 参照 (Visual Basicでは Nothing) です。
System.ArgumentExceptionelement の型は System.Windows.UIElementSystem.Windows.ContentElementSystem.Windows.UIElement3D のいずれかである必要があります。
参照

InputBindingHelper クラス
InputBindingHelper メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.