Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NOfficeApplicationOptions Class / UITheme Property


In This Topic
    UITheme Property
    In This Topic
    Gets/Sets the UI theme of the application.
    Syntax
    'Declaration
     
    
    Public Property UITheme As ENUITheme
    'Usage
     
    
    Dim instance As NOfficeApplicationOptions
    Dim value As ENUITheme
     
    instance.UITheme = value
     
    value = instance.UITheme
    public ENUITheme UITheme {get; set;}
    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