Class WebMSettingsDialog
WebM settings dialog.
Inheritance
WebMSettingsDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly: VisioForge.Core.dll
Syntax
public class WebMSettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
WebMSettingsDialog()
Initializes a new instance of the WebMSettingsDialog class.
Declaration
public WebMSettingsDialog()
Methods
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. |
Overrides
LoadSettings(WebMOutput)
Loads settings.
Declaration
public void LoadSettings(WebMOutput webmOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| WebMOutput | webmOutput | Output. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | ArgumentOutOfRangeException. |
SaveSettings(ref WebMOutput)
Saves settings.
Declaration
public void SaveSettings(ref WebMOutput webmOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| WebMOutput | webmOutput | Output. |