Serializes objects with embeded controls into string

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

Syntax

Visual Basic (Declaration)
Public Function Store ( _
	parents As Control() _
) As String
C#
public string Store(
	Control[] parents
)
Visual C++
public:
String^ Store(
	array<Control^>^ parents
)
JavaScript
function store(parents);

Parameters

parents
Type: array< System.Windows.Forms..::.Control >[]()[]
collection of the parent controls

Return Value

serialized string

See Also