Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeController Class / NoTheme Field

In This Topic
    NoTheme Field (C1ThemeController)
    In This Topic
    The empty theme name id.

    When assigned to the "Theme" extender property (provided by C1ThemeController) on a control, indicates that no theme should be applied to that control by the theme controller.

    Syntax
    'Declaration
     
    Public Const NoTheme As System.String
    public const System.string NoTheme
    See Also