C# Class NDG.Helpers.Classes.VisualTreeHelperExtensions

Afficher le fichier Open project: nokiadatagathering/WP7-Official

Méthodes publiques

Méthode Description
DisableCurrentPage ( this rootFrame ) : void
EnableCurrenPage ( this rootFrame ) : void
Unfocus ( this page ) : bool

Private Methods

Méthode Description
SetIsEnabledAllControls ( DependencyObject element, bool isEnabled ) : void
UnfocusTextBox ( DependencyObject element ) : bool

Method Details

DisableCurrentPage() public static méthode

public static DisableCurrentPage ( this rootFrame ) : void
rootFrame this
Résultat void

EnableCurrenPage() public static méthode

public static EnableCurrenPage ( this rootFrame ) : void
rootFrame this
Résultat void

Unfocus() public static méthode

public static Unfocus ( this page ) : bool
page this
Résultat bool