[Missing <summary> documentation for "T:Micromanager_net.PythonHelpers.PythonViewer"]

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

Syntax

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

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
              Micromanager_net.PythonHelpers..::.PythonViewer

See Also