C1.Win.4.8 Assembly / C1.Framework Namespace / Theme Class / ReadXml Method / ReadXml(XmlNode) Method
System.Xml.XmlNode that contains the theme data.

In This Topic
ReadXml(XmlNode) Method
In This Topic
Reads this Theme from an System.Xml.XmlNode.
Syntax
'Declaration
 
Public Overloads Sub ReadXml( _
   ByVal node As XmlNode _
) 
 

Parameters

node
System.Xml.XmlNode that contains the theme data.
See Also