Nevron Open Vision Documentation
Nevron.Nov Namespace / NApplication Class / ApplyTheme Method


In This Topic
    ApplyTheme Method (NApplication)
    In This Topic
    Applies the specified theme to the application desktop.
    Syntax
    'Declaration
     
    
    Public Shared Sub ApplyTheme( _
       ByVal theme As NTheme _
    ) 
    'Usage
     
    
    Dim theme As NTheme
     
    NApplication.ApplyTheme(theme)
    public static void ApplyTheme( 
       NTheme 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