ComponentOne SuperTooltip for WinForms
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 System.String _
    ) 
    public void ReadXmlString( 
       System.string xmlString
    )

    Parameters

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