Input for WinForms | ComponentOne
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 _
    ) 
    public void ReadXml( 
       XmlNode node
    )

    Parameters

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