Instrumentation Widgets Class Reference

Toggle Class

Toggle 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 Toggle Members.

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

[Visual Basic]
Public Class Toggle
    Inherits ButtonBase
[C#]
public class Toggle : 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

Toggle Members | PerpetuumSoft.Widgets Namespace