Table of Contents

Class MainForm

Namespace
RadioExt_Helper.forms
Assembly
RadioExt-Helper.dll
Represents the main form of the RadioExt-Helper application.
public sealed class MainForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
MainForm
Implements
Inherited Members
Extension Methods

Constructors

MainForm()

Initializes a new instance of the MainForm class.
public MainForm()

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.

SetExportInProgress(bool)

Set the flag indicating whether the application is currently performing an export operation.
public void SetExportInProgress(bool isInProgress)

Parameters

isInProgress bool

ShowIconManagerForm(TrackableObject<Station>)

Show the Icon Manager form for the selected station.
public void ShowIconManagerForm(TrackableObject<Station> station)

Parameters

station TrackableObject<Station>
The station to associate with the icon manager form.

ShowIconManagerForm(TrackableObject<Station>, string)

Show the Icon Manager form for the selected station. If a new icon image path is provided, it will be used to create a new icon immediately.
public void ShowIconManagerForm(TrackableObject<Station> station, string newIconImagePath)

Parameters

station TrackableObject<Station>
The station to associate with the icon manager form.
newIconImagePath string
The path to the .png icon used to create a new icon immediately.