C# 클래스 DynamicXaml.MarkupSystem.FocusBehavior

파일 보기 프로젝트 열기: flq/XamlTags

공개 프로퍼티들

프로퍼티 타입 설명
IsFocusedProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetIsFocused ( DependencyObject element ) : bool?
SetIsFocused ( DependencyObject element, bool value ) : void

비공개 메소드들

메소드 설명
FrameworkElementLoaded ( object sender, RoutedEventArgs e ) : void

Sets the focus when the framework element is loaded and ready to receive input.

IsFocusedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Determines whether the value of the dependency property IsFocused has change.

메소드 상세

GetIsFocused() 공개 정적인 메소드

public static GetIsFocused ( DependencyObject element ) : bool?
element System.Windows.DependencyObject
리턴 bool?

SetIsFocused() 공개 정적인 메소드

public static SetIsFocused ( DependencyObject element, bool value ) : void
element System.Windows.DependencyObject
value bool
리턴 void

프로퍼티 상세

IsFocusedProperty 공개적으로 정적으로 프로퍼티

Dependency property to focus a frmework element. Will honor an implementation of IHandleFocus
public static DependencyProperty,System.Windows IsFocusedProperty
리턴 System.Windows.DependencyProperty