Click or drag to resize
Cimbalino ToolkitIStatusBarService Interface
Represents a service capable of handling the application status bar.

Namespace: Cimbalino.Toolkit.Services
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public interface IStatusBarService

The IStatusBarService type exposes the following members.

Methods
  NameDescription
Public methodHideAsync
Hides the status bar.
Public methodShowAsync(String)
Shows the status bar with the specified text.
Public methodShowAsync(String, Boolean)
Shows the status bar with the specified text and an optional indeterminate progress indicator.
Public methodShowAsync(String, Double)
Shows the status bar with the specified text and progress value.
Top
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also