[]
Loads the layout of C1TileControl from an XML file.
public void LoadXml(string fileName)
Type | Name | Description |
---|---|---|
string | fileName |
Loads the layout of C1TileControl from a Stream.
public void LoadXml(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream |
Loads the layout of C1TileControl from an XmlDocument.
public void LoadXml(XmlDocument doc)
Type | Name | Description |
---|---|---|
XmlDocument | doc |