Click or drag to resize

IStatusBarService Interface

Minimum requirements to a status bar.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IStatusBarService : IDisposable

The IStatusBarService type exposes the following members.

Methods
 NameDescription
Public methodAddProgress Shows progress for the specified ProgressCollector in the status bar.
Public methodCreateProgressReporter Creates a new IProgressMonitor that can be used to report progress to the status bar.
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodSetMessage Sets the message shown in the left-most pane in the status bar.
Public methodSetRightCornerText 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.
Top
See Also