C# 클래스 NDG.Helpers.Classes.VisualTreeHelperExtensions

파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official

공개 메소드들

메소드 설명
DisableCurrentPage ( this rootFrame ) : void
EnableCurrenPage ( this rootFrame ) : void
Unfocus ( this page ) : bool

비공개 메소드들

메소드 설명
SetIsEnabledAllControls ( DependencyObject element, bool isEnabled ) : void
UnfocusTextBox ( DependencyObject element ) : bool

메소드 상세

DisableCurrentPage() 공개 정적인 메소드

public static DisableCurrentPage ( this rootFrame ) : void
rootFrame this
리턴 void

EnableCurrenPage() 공개 정적인 메소드

public static EnableCurrenPage ( this rootFrame ) : void
rootFrame this
리턴 void

Unfocus() 공개 정적인 메소드

public static Unfocus ( this page ) : bool
page this
리턴 bool