Removes component from container

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

Syntax

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

Parameters

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

Implements

IFormComponents..::.Remove(String)

See Also