[]
Saves the control settings into an Xml file.
public void WriteXml(string path)
Public Sub WriteXml(path As String)
| Type | Name | Description |
|---|---|---|
| string | path | Name of the file to save. |
Saves the control settings into an XmlWriter.
public void WriteXml(XmlWriter xw)
Public Sub WriteXml(xw As XmlWriter)
| Type | Name | Description |
|---|---|---|
| XmlWriter | xw | XmlWriter where the control settings will be saved. |