A container form for the GUIDevice control plugins.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.Form
              DockContent
                Micromanager_net.UI..::.GUIDeviceForm

See Also