ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Theme Class / WriteXml Method / WriteXml(Stream) Method
System.IO.Stream where the theme will be saved.

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

    Parameters

    stream
    System.IO.Stream where the theme will be saved.
    See Also