Instrumentation Widgets Class Reference

Switch Class

Switch control - checkbox replacement with real hardware look. Set Behavior property to ButtonBehavior.CheckBox/RadioButton if you need automatic checking.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            PerpetuumSoft.Widgets.InstrumentationControl
               PerpetuumSoft.Widgets.ButtonBase
                  PerpetuumSoft.Widgets.Switch

[Visual Basic]
Public Class Switch
    Inherits ButtonBase
[C#]
public class Switch : ButtonBase

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.Widgets

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

See Also

Switch Members | PerpetuumSoft.Widgets Namespace