ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Theme Class / WriteXml Method / WriteXml(String) Method
Name of the file where the theme will be saved.

In This Topic
    WriteXml(String) Method
    In This Topic
    Writes this Theme into an Xml file.
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal fileName As System.String _
    ) 
    public void WriteXml( 
       System.string fileName
    )

    Parameters

    fileName
    Name of the file where the theme will be saved.
    See Also