C# Class System.Windows.Controls.Extensions.UIElement

Represents a collection of attached properties for enhanced UI element features.
Afficher le fichier Open project: lecode-official/mvvm-framework

Méthodes publiques

Свойство Type Description
InputBindingsProperty DependencyProperty

Méthodes publiques

Méthode Description
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.

Method Details

GetInputBindings() public static méthode

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.
Résultat ICommand

SetInputBindings() public static méthode

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.
Résultat void

Property Details

InputBindingsProperty public_oe static_oe property

Contains the dependency property that contains a list of input bindings, which can be set via style.
public static DependencyProperty InputBindingsProperty
Résultat DependencyProperty