GrapeCity SPREAD for WPF 2.0J
GetInputBindings メソッド

コントロールを表す System.Windows.DependencyObject
指定したコントロールの System.Windows.Input.InputBindingCollection を返します。
構文
'Declaration
 
Public Shared Function GetInputBindings( _
   ByVal element As DependencyObject _
) As InputBindingCollection
public static InputBindingCollection GetInputBindings( 
   DependencyObject element
)

パラメータ

element
コントロールを表す System.Windows.DependencyObject

戻り値の型

InputBinding 設定を表す 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.