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.ControlsAssembly: 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
<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