Removes component from container

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

Syntax

Visual Basic (Declaration)
Sub Remove ( _
	name As String _
)
C#
void Remove(
	string name
)
Visual C++
void Remove(
	String^ name
)
JavaScript
function remove(name);

Parameters

name
Type: System..::.String
name of the component

See Also