Table of Contents

Class NoStationsCtl

Namespace
RadioExt_Helper.user_controls
Assembly
RadioExt-Helper.dll
Represents the user control for displaying "No Stations" information.
public sealed class NoStationsCtl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IUserControl
Inheritance
NoStationsCtl
Implements
Inherited Members
Extension Methods

Constructors

NoStationsCtl()

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

Properties

Station

Gets the trackable object for the station.
public TrackableObject<Station> Station { get; }

Property Value

TrackableObject<Station>

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.

Translate()

Translates the text of the control to the current language.
public void Translate()

Events

PathsSet

Event that is raised when the paths are set.
public event EventHandler? PathsSet

Event Type

EventHandler

RestoringFromBackup

Event that is raised when the user wants to restore from a backup.
public event EventHandler<string>? RestoringFromBackup

Event Type

EventHandler<string>