Click or drag to resize

IStatusBarView Interface

Defines the view contract for the workbench status bar.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IStatusBarView

The IStatusBarView type exposes the following members.

Properties
 NameDescription
Public propertyCursorStatusBarPanelContent Sets the content of the cursor status panel.
Public propertyIsStatusBarVisible Sets a value indicating whether the status bar is visible.
Public propertyModeStatusBarPanelContent Sets the content of the mode status panel.
Public propertySelectionStatusBarPanelContent Sets the content of the selection status panel.
Top
Methods
 NameDescription
Public methodDisplayProgress Displays progress information.
Public methodHideProgress Hides the progress display.
Public methodSetMessage Displays a status message.
Top
See Also