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

    Parameters

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