Class LogDialog
Interaction logic for LogDialog.xaml.
Inheritance
LogDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF
Assembly: VisioForge.Core.dll
Syntax
public class LogDialog : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
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()
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()