WriteXml(XmlWriter) Method
In This Topic
Saves the control settings into an
System.Xml.XmlWriter.
Syntax
'Declaration
Public Overloads Sub WriteXml( _
ByVal As XmlWriter _
)
public void WriteXml(
XmlWriter
)
Parameters
- xw
- System.Xml.XmlWriter where the control settings will be saved.
See Also