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 HierarchySystemObject
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: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
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<ObsoleteAttribute("An improved version of this class is available as a NuGet package at https://www.nuget.org/packages/TA.WinForms.Controls/")>
Public NotInheritable Class AnnunciatorPanel
Inherits FlowLayoutPanel[ObsoleteAttribute(L"An improved version of this class is available as a NuGet package at https://www.nuget.org/packages/TA.WinForms.Controls/")]
public ref class AnnunciatorPanel sealed : public FlowLayoutPanel
The AnnunciatorPanel type exposes the following members.
Constructors
Methods|
| Name | Description |
|---|
 | Dispose |
Releases all resources used by the Component.
|
Top
See Also