InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Themes Namespace / BaseThemeProvider Class / CreateEmptyTheme Method

In This Topic
    CreateEmptyTheme Method (BaseThemeProvider)
    In This Topic
    Creates a new instance of an current empty theme.
    Syntax
    'Declaration
     
    Protected MustOverride Function CreateEmptyTheme() As BaseStyle
    protected abstract BaseStyle CreateEmptyTheme()
    See Also