[]
Reads the control settings from a file.
public void ReadXml(string path)
| Type | Name | Description |
|---|---|---|
| string | path | Name of the file that contains the control settings. |
Reads the control settings from an System.Xml.XmlReader.
public void ReadXml(XmlReader xr)
| Type | Name | Description |
|---|---|---|
| XmlReader | xr | System.Xml.XmlReader that contains the control settings. |