C# Class InTheHand.UI.ViewManagement.StatusBarProgressIndicator

Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
HideAsync ( ) : Task

Hides the progress indicator.

ShowAsync ( ) : Task

Shows the progress indicator.

Private Methods

Méthode Description
StatusBarProgressIndicator ( ) : System
StatusBarProgressIndicator ( IntPtr handle ) : System
StatusBarProgressIndicator ( Microsoft progressIndicator ) : System
StatusBarProgressIndicator ( Windows indicator ) : System

Method Details

HideAsync() public méthode

Hides the progress indicator.
public HideAsync ( ) : Task
Résultat Task

ShowAsync() public méthode

Shows the progress indicator.
public ShowAsync ( ) : Task
Résultat Task