Class LogDialog
Class LogDialog. Implements the Form.
Inheritance
LogDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WinForms.Dialogs
Assembly: VisioForge.Core.dll
Syntax
public class LogDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
LogDialog()
Initializes a new instance of the LogDialog class.
Declaration
public LogDialog()
Methods
AddToLog(string)
Adds to log.
Declaration
public void AddToLog(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
AddToLog(ErrorsEventArgs)
Adds to log.
Declaration
public void AddToLog(ErrorsEventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| ErrorsEventArgs | args | The ErrorsEventArgs instance containing the event data. |
ClearLog()
Clears the log.
Declaration
public void ClearLog()
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true if managed resources should be disposed; otherwise, false. |