Input for WinForms | ComponentOne
C1.Framework Namespace / Theme Class / LoadThemes Method
Name of the Xml file that contains the themes.

In This Topic
    LoadThemes Method
    In This Topic
    Loads a collection of themes from an Xml file.
    Syntax
    'Declaration
     
    
    Public Shared Function LoadThemes( _
       ByVal fileName As String _
    ) As Theme()
    public static Theme[] LoadThemes( 
       string fileName
    )

    Parameters

    fileName
    Name of the Xml file that contains the themes.

    Return Value

    An array containing the themes loaded from the file.
    Remarks
    Use this method to load themes saved with the SaveThemes method.
    See Also