ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Theme Class / ReadXml Method / ReadXml(Stream) Method
System.IO.Stream that contains the theme data in Xml format.

In This Topic
    ReadXml(Stream) Method
    In This Topic
    Reads this Theme from an Xml System.IO.Stream.
    Syntax
    'Declaration
     
    Public Overloads Sub ReadXml( _
       ByVal stream As System.IO.Stream _
    ) 
    public void ReadXml( 
       System.IO.Stream stream
    )

    Parameters

    stream
    System.IO.Stream that contains the theme data in Xml format.
    See Also