[]
Loads the treview from an Xml document.
public void ReadXml(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | Name of the file to load, including the path. |
Loads the treview from an Xml document.
public void ReadXml(TextReader tr)
| Type | Name | Description |
|---|---|---|
| TextReader | tr | TextReader object to use for loading the treeview. |
Loads the treview from an Xml document.
public void ReadXml(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream object to use for loading the treeview. |
Loads the treview from an Xml document.
public void ReadXml(XmlReader xr)
| Type | Name | Description |
|---|---|---|
| XmlReader | xr | XmlReader object to use for loading the treeview. |
Loads the treview from an Xml document.
public void ReadXml(XmlDocument doc)
| Type | Name | Description |
|---|---|---|
| XmlDocument | doc | XmlDocument object to use for loading the treeview. |
Loads the treview from an Xml document.
public void ReadXml(XmlNode node)
| Type | Name | Description |
|---|---|---|
| XmlNode | node | XmlNode object to use for loading the treeview. |