Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUITheme Class / Create Method


In This Topic
    Create Method (NUITheme)
    In This Topic
    Creates an UI theme for the given ENUITheme value.
    Syntax
    'Declaration
     
    
    Public Shared Function Create( _
       ByVal uiTheme As ENUITheme _
    ) As NUITheme
    'Usage
     
    
    Dim uiTheme As ENUITheme
    Dim value As NUITheme
     
    value = NUITheme.Create(uiTheme)
    public static NUITheme Create( 
       ENUITheme uiTheme
    )

    Parameters

    uiTheme
    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