Used to contain the description of various devices available through micromanager

Namespace:  Micromanager_net.Setup
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[SerializableAttribute]
public class DeviceDesciption : UserControl
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DeviceDesciption _
	Inherits UserControl
Visual C++
[SerializableAttribute]
public ref class DeviceDesciption : public UserControl

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
              Micromanager_net.Setup..::.DeviceDesciption

See Also