Class ConfigForm
- Namespace
- RadioExt_Helper.forms
- Assembly
- RadioExt-Helper.dll
Represents a configuration form.
public sealed class ConfigForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
ConfigForm
- Implements
- Inherited Members
- Extension Methods
Constructors
ConfigForm(string)
Initializes a new instance of the ConfigForm class.
The initial tab to open. If empty, or invalid, defaults to first tab.
public ConfigForm(string tabName)
Parameters
tabName
string
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
bool- true if managed resources should be disposed; otherwise, false.
Events
ConfigSaved
Occurs when the configuration is saved to disk.
public event EventHandler? ConfigSaved
Event Type
GamePathChanged
Occurs whenever the game path is changed.
public event EventHandler? GamePathChanged
Event Type
StagingPathChanged
Occurs whenever the staging path is changed.
public event EventHandler? StagingPathChanged