Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUIThemePlugin Class / CreateStyles Method


In This Topic
    CreateStyles Method (NUIThemePlugin)
    In This Topic
    Creates a set of styles and adds them to the given UI theme.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub CreateStyles( _
       ByVal theme As NUITheme _
    ) 
    'Usage
     
    
    Dim instance As NUIThemePlugin
    Dim theme As NUITheme
     
    instance.CreateStyles(theme)
    public abstract void CreateStyles( 
       NUITheme theme
    )

    Parameters

    theme
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also