リサイズはクリックかドラッグ

InputBindingHelperGetInputBindings メソッド

指定したコントロールの InputBindingCollection を返します。

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public static InputBindingCollection GetInputBindings(
	DependencyObject element
)

パラメーター

element
型: System.WindowsDependencyObject
コントロールを表す DependencyObject

戻り値

型: InputBindingCollection
InputBinding 設定を表す InputBindingCollection
例外
例外条件
ArgumentNullExceptionelement です。
ArgumentExceptionelement の型は UIElement でなければなりません。
関連項目