Writes end element tag

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

Syntax

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

Parameters

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

See Also