Class FrequencyDisplayPanel
A visual control that displays and sets the frequency.
Inheritance
FrequencyDisplayPanel
  Implements
Namespace: VE3NEA.HamCockpit.SharedControls
Assembly: VE3NEA.HamCockpit.SharedControls.dll
Syntax
public class FrequencyDisplayPanel : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IArrangedElement, IComponent, IDisposable, IContainerControlRemarks
This control is used in the Frequency Display and Waterfall Display plugins
to show and control the RX and TX frequencies if the radio. Other plugins may reuse it
if they need the frequency display and control functions in their visual interface.
Constructors
| Name | Description | 
|---|---|
| FrequencyDisplayPanel() | Initializes a new instance of the FrequencyDisplayPanel class. | 
Fields
| Name | Description | 
|---|---|
| bandplan | A reference to the band plan object. | 
| PageSizeHz | The page size for the Page Up and Page Down command. | 
| pipeline | A reference to the DspPipelinee in the hosting application. | 
Methods
| Name | Description | 
|---|---|
| Dispose(Boolean) | Clean up any resources being used. | 
| UpdateDisplayedInfo() | Updates the displayed frequency and split information. |