Encapsulates control that visualy displays certain integer value and allows user to change it within desired range. It imitates TrackBar as far as mouse usage is concerned.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        CoreDevices.DeviceControls..::.DoubleSlider

See Also