Click or drag to resize

AnnunciatorPanel Class

Note: This API is now obsolete.

A panel control for grouping and arranging Annunciator controls. This control inherits most of its behaviour from the FlowLayoutPanel base class, but provides some defaults that are appropriate for use with ASCOM.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsPanel
            System.Windows.FormsFlowLayoutPanel
              ASCOM.ControlsAnnunciatorPanel

Namespace: ASCOM.Controls
Assembly: ASCOM.Controls (in ASCOM.Controls.dll) Version: 7.0.0-rc.0+0
Syntax
[ObsoleteAttribute("An improved version of this class is available as a NuGet package at https://www.nuget.org/packages/TA.WinForms.Controls/")]
public sealed class AnnunciatorPanel : FlowLayoutPanel

The AnnunciatorPanel type exposes the following members.

Constructors
 NameDescription
Public methodAnnunciatorPanel Initializes a new instance of the AnnunciatorPanel class.
Top
Methods
 NameDescription
Public methodDispose Releases all resources used by the Component.
Top
See Also