Instrumentation Widgets for PDA

SwitchBase Class

Provides base behavior for switches and toggles.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            PerpetuumSoft.InstrumentationPDA.Widget
               PerpetuumSoft.InstrumentationPDA.SwitchBase
                  PerpetuumSoft.InstrumentationPDA.Switch
                  PerpetuumSoft.InstrumentationPDA.Toggle

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

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

SwitchBase Members | PerpetuumSoft.InstrumentationPDA Namespace