Represents a special Widget control, providing additional abilities of work with slider instruments.

Namespace:  PerpetuumSoft.Instrumentation.Windows.Forms
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public class IndicatorWidget : Widget
Visual Basic (Declaration)
Public Class IndicatorWidget _
	Inherits Widget
Visual C++
public ref class IndicatorWidget : public Widget

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.UserControl
              PerpetuumSoft.Framework.Model.Windows.Forms..::.SimpleViewFrame
                PerpetuumSoft.Instrumentation.Windows.Forms..::.Widget
                  PerpetuumSoft.Instrumentation.Windows.Forms..::.IndicatorWidget

See Also