C# 클래스 System.Windows.Controls.Extensions.UIElement

Represents a collection of attached properties for enhanced UI element features.
파일 보기 프로젝트 열기: lecode-official/mvvm-framework

공개 프로퍼티들

프로퍼티 타입 설명
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