Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / ScheduleTheme Class / LoadThemes Method
Name of the Xml file that contains the themes.

In This Topic
    LoadThemes Method (ScheduleTheme)
    In This Topic
    Loads a collection of themes from an Xml file.
    Syntax
    'Declaration
     
    Public Shared Shadows Function LoadThemes( _
       ByVal fileName As System.String _
    ) As System.Integer
    public new static System.int LoadThemes( 
       System.string fileName
    )

    Parameters

    fileName
    Name of the Xml file that contains the themes.
    See Also