[Missing <summary> documentation for "P:Micromanager_net._MMToolKitComService.AllGuis"]

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

Syntax

C#
UserControl[] AllGuis { get; set; }
Visual Basic (Declaration)
Property AllGuis As UserControl()
Visual C++
property array<UserControl^>^ AllGuis {
	array<UserControl^>^ get ();
	void set (array<UserControl^>^ value);
}

See Also