Creates and initializes instance of object.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	stream As XmlWriter _
)
C#
public XMLFormWriter(
	XmlWriter stream
)
Visual C++
public:
XMLFormWriter(
	XmlWriter^ stream
)
JavaScript
Greatis.FormDesigner.XMLFormWriter = function(stream);

Parameters

stream
Type: System.Xml..::.XmlWriter
TextWriter to write

See Also