Provides the ability to save the current microscopy setup

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 SaveProfiles : Form
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SaveProfiles _
	Inherits Form
Visual C++
[SerializableAttribute]
public ref class SaveProfiles : 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.Setup..::.SaveProfiles

See Also