C# Класс System.Windows.Controls.Extensions.UIElement

Represents a collection of attached properties for enhanced UI element features.
Показать файл Открыть проект

Открытые свойства

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

Описание методов

GetInputBindings() публичный статический Метод

Gets 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

SetInputBindings() публичный статический Метод

Sets the value of the InputBindingsProperty attached property.
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

Описание свойств

InputBindingsProperty публичное статическое свойство

Contains the dependency property that contains a list of input bindings, which can be set via style.
public static DependencyProperty InputBindingsProperty
Результат DependencyProperty