Provides a carrier class for forms outputed by the viewer. Very simple performance

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

Syntax

C#
public class DockContentForm : DockContent
Visual Basic (Declaration)
Public Class DockContentForm _
	Inherits DockContent
Visual C++
public ref class DockContentForm : 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..::.DockContentForm

See Also