프로퍼티 | 타입 | 설명 | |
---|---|---|---|
InputBindingsProperty | DependencyProperty |
메소드 | 설명 | |
---|---|---|
GetInputBindings ( DependencyObject uiElement ) : ICommand |
Gets the value of the InputBindingsProperty attached property.
|
|
SetInputBindings ( DependencyObject uiElement, ICommand value ) : void |
Sets the value of the InputBindingsProperty attached property.
|
public static GetInputBindings ( DependencyObject uiElement ) : ICommand | ||
uiElement | DependencyObject | The UI element which is used to get the value. |
리턴 | ICommand |
public static SetInputBindings ( DependencyObject uiElement, ICommand value ) : void | ||
uiElement | DependencyObject | The UI element which is used to set the value. |
value | ICommand | The value that is to be set. |
리턴 | void |