ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Theme Class / SaveThemes Method
Array containing Theme objects.
Name of the Xml file where the themes will be saved.

In This Topic
    SaveThemes Method (Theme)
    In This Topic
    Saves a collection of themes into an Xml file.
    Syntax
    'Declaration
     
    Public Shared Sub SaveThemes( _
       ByVal themes() As Theme, _
       ByVal fileName As System.String _
    ) 
    public static void SaveThemes( 
       Theme[] themes,
       System.string fileName
    )

    Parameters

    themes
    Array containing Theme objects.
    fileName
    Name of the Xml file where the themes will be saved.
    Remarks
    Use the LoadThemes method to load the saved themes.
    See Also