C# 클래스 Zetbox.Client.WPF.CustomControls.PropertyEditor

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
Focus ( ) : void

보호된 메소드들

메소드 설명
SetupFocusManagement ( FrameworkElement element, Func vmGetter ) : void

Use this method to *properly* implement Focusmanagement for .NET 4.0. This contains hacks to make that work, so nobody else has do pull his/her hair out.

비공개 메소드들

메소드 설명
BlurViewModel ( FrameworkElement element ) : void
FocusViewModel ( FrameworkElement element, Func vmGetter ) : void
PropertyEditor ( ) : System
PropertyEditor_GotFocus ( object sender, RoutedEventArgs e ) : void

메소드 상세

Focus() 공개 메소드

public Focus ( ) : void
리턴 void

SetupFocusManagement() 보호된 메소드

Use this method to *properly* implement Focusmanagement for .NET 4.0. This contains hacks to make that work, so nobody else has do pull his/her hair out.
protected SetupFocusManagement ( FrameworkElement element, Func vmGetter ) : void
element System.Windows.FrameworkElement the FrameworkElement whose keyboard focus should be managed
vmGetter Func a functor yielding the current BaseValueViewModel whose focus is tied to this view
리턴 void