IStatus |
public interface IStatusBarService : IDisposable
The IStatusBarService type exposes the following members.
Name | Description | |
---|---|---|
AddProgress | Shows progress for the specified ProgressCollector in the status bar. | |
CreateProgressReporter | Creates a new IProgressMonitor that can be used to report progress to the status bar. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
SetMessage | Sets the message shown in the left-most pane in the status bar. | |
SetRightCornerText | Sets text that is displayed in the right corner of the status bar. This is intended for volative text, like clock time. Do not use it for static text messages. |