Instrumentation Widgets Class Reference

InstrumentationControl Class

This is abstract base class for all controls in the library.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            PerpetuumSoft.Widgets.InstrumentationControl
               Derived types

[Visual Basic]
MustInherit Public Class InstrumentationControl
    Inherits Control
[C#]
public abstract class InstrumentationControl : 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.

Remarks

InstrumentationControl class provide common functionallity such as custom bevels painted around controls.

Requirements

Namespace: PerpetuumSoft.Widgets

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

See Also

InstrumentationControl Members | PerpetuumSoft.Widgets Namespace