Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes Namespace / C1ThemeController Class


In This Topic
    C1ThemeController Class Properties
    In This Topic

    For a list of all members of this type, see C1ThemeController members.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets or sets the application-wide default theme name.

    All theme controllers which have "(default)" set as Theme property value will use this theme.

    This name is persisted with key "C1ApplicationTheme" in the application config file (app.config).

     
    Public Propertystatic (Shared in Visual Basic)Gets or sets the application-wide default theme settings.

    All theme controllers which have "(default)" set as Theme property value will use this theme settings.

    This name is persisted with key "C1ApplicationThemeSettings" in the application config file (app.config).

     
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the name of the default theme for all objects on the form or user control managed by the current theme controller.  
    Public PropertyGets or sets the default theme settings for all objects on the form or user control managed by the current theme controller.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Top
    See Also