InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Framework Namespace / Theme Class / ReadXmlString Method
String that contains the theme data in Xml format.

In This Topic
    ReadXmlString Method (Theme)
    In This Topic
    Reads this Theme from an Xml string.
    Syntax
    'Declaration
     
    Public Sub ReadXmlString( _
       ByVal xmlString As String _
    ) 
    public void ReadXmlString( 
       string xmlString
    )

    Parameters

    xmlString
    String that contains the theme data in Xml format.
    See Also