Instrumentation Widgets for PDA

Widget Class

Base class for all visual controls in library.

For a list of all members of this type, see Widget Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            PerpetuumSoft.InstrumentationPDA.Widget
               PerpetuumSoft.InstrumentationPDA.DigitalLED
               PerpetuumSoft.InstrumentationPDA.SwitchBase
               PerpetuumSoft.InstrumentationPDA.ValuePresenter

[Visual Basic]
MustInherit Public Class Widget
    Inherits Control
[C#]
public abstract class Widget : Control

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: PerpetuumSoft.InstrumentationPDA

Assembly: PerpetuumSoft.InstrumentationPDA (in PerpetuumSoft.InstrumentationPDA.dll)

See Also

Widget Members | PerpetuumSoft.InstrumentationPDA Namespace