Instrumentation Widgets Class Reference

ValuePresenter Class

Base class for all ValuePresenters controls.

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

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

[Visual Basic]
MustInherit Public Class ValuePresenter
    Inherits InstrumentationControl
[C#]
public abstract class ValuePresenter : InstrumentationControl

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

Control support Value,Minimum, Maximum Properties and includes base mechanism for visualisation and user interaction.

Requirements

Namespace: PerpetuumSoft.Widgets

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

See Also

ValuePresenter Members | PerpetuumSoft.Widgets Namespace