Click or drag to resize

IOutputView Interface

View interface for the output window.

Namespace: Altaxo.Gui.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IOutputView

The IOutputView type exposes the following members.

Properties
 NameDescription
Public propertyIsEnabled Gets or sets a value indicating whether output logging is enabled.
Top
Methods
 NameDescription
Public methodSetText Sets the displayed text.
Top
Events
 NameDescription
Public eventEnabledChanged Occurs when the enabled state changes.
Top
See Also