Class IconManagerForm
- Namespace
- RadioExt_Helper.forms
- Assembly
- RadioExt-Helper.dll
public class IconManagerForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
IconManagerForm
- Implements
- Inherited Members
- Extension Methods
Constructors
IconManagerForm(TrackableObject<Station>)
public IconManagerForm(TrackableObject<Station> station)
Parameters
station
TrackableObject<Station>
IconManagerForm(TrackableObject<Station>, string)
public IconManagerForm(TrackableObject<Station> station, string imagePath)
Parameters
station
TrackableObject<Station>imagePath
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
IconAdded
public event EventHandler<TrackableObject<WolvenIcon>>? IconAdded
Event Type
- EventHandler<TrackableObject<WolvenIcon>>
IconDeleted
public event EventHandler<TrackableObject<WolvenIcon>?>? IconDeleted
Event Type
- EventHandler<TrackableObject<WolvenIcon>>
IconUpdated
public event EventHandler<TrackableObject<WolvenIcon>>? IconUpdated
Event Type
- EventHandler<TrackableObject<WolvenIcon>>