InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / Theme Class / WriteXml Method / WriteXml(XmlWriter) Method
System.Xml.XmlWriter that will receive the theme definition.

In This Topic
    WriteXml(XmlWriter) Method
    In This Topic
    Writes this Theme into an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub WriteXml( _
       ByVal writer As XmlWriter _
    ) 
    public virtual void WriteXml( 
       XmlWriter writer
    )

    Parameters

    writer
    System.Xml.XmlWriter that will receive the theme definition.
    See Also