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

In This Topic
    ThemeNames Property
    In This Topic
    Gets the array of the registered (and filtered if filter is set) theme names.
    Syntax
    'Declaration
     
    Public ReadOnly Property ThemeNames As System.String()
    public System.string[] ThemeNames {get;}
    See Also