Instrumentation Widgets Class Reference

ButtonBase Class

Base class for all button controls.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            PerpetuumSoft.Widgets.InstrumentationControl
               PerpetuumSoft.Widgets.ButtonBase
                  PerpetuumSoft.Widgets.MultimediaButtonBase
                  PerpetuumSoft.Widgets.PowerSwitch
                  PerpetuumSoft.Widgets.ShapeLed
                  PerpetuumSoft.Widgets.Switch
                  PerpetuumSoft.Widgets.Toggle

[Visual Basic]
MustInherit Public Class ButtonBase
    Inherits InstrumentationControl
    Implements IButtonControl
[C#]
public abstract class ButtonBase : InstrumentationControl, IButtonControl

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

ButtonBase Members | PerpetuumSoft.Widgets Namespace