Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class / SelectedThemeName Property

In This Topic
    SelectedThemeName Property
    In This Topic
    Gets or sets the selected theme name. The theme will be assigned if such a theme name is present in the registered themes of the application.
    Syntax
    'Declaration
     
    Public Property SelectedThemeName As System.String
    public System.string SelectedThemeName {get; set;}
    See Also