Sets and gets array of components which must be designed

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public Property DesignedComponents As IComponent()
C#
public IComponent[] DesignedComponents { get; set; }
Visual C++
public:
property array<IComponent^>^ DesignedComponents {
	array<IComponent^>^ get ();
	void set (array<IComponent^>^ value);
}
JavaScript
function get_designedComponents();
function set_designedComponents(value);

See Also