C# Class InTheHand.UI.ViewManagement.StatusBarProgressIndicator

Datei anzeigen Open project: inthehand/Charming

Public Methods

Method Description
HideAsync ( ) : Task

Hides the progress indicator.

ShowAsync ( ) : Task

Shows the progress indicator.

Private Methods

Method Description
StatusBarProgressIndicator ( ) : System
StatusBarProgressIndicator ( IntPtr handle ) : System
StatusBarProgressIndicator ( Microsoft progressIndicator ) : System
StatusBarProgressIndicator ( Windows indicator ) : System

Method Details

HideAsync() public method

Hides the progress indicator.
public HideAsync ( ) : Task
return Task

ShowAsync() public method

Shows the progress indicator.
public ShowAsync ( ) : Task
return Task