[Missing <summary> documentation for "P:Micromanager_net.UI.GUIDeviceForm.GuiDevice"]

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

Syntax

C#
public GUIDeviceControl GuiDevice { get; set; }
Visual Basic (Declaration)
Public Property GuiDevice As GUIDeviceControl
Visual C++
public:
property GUIDeviceControl^ GuiDevice {
	GUIDeviceControl^ get ();
	void set (GUIDeviceControl^ value);
}

See Also