Свойство | Тип | Описание | |
---|---|---|---|
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 |