Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / ENThemeStatesCombineMode Enumeration


In This Topic
    ENThemeStatesCombineMode Enumeration
    In This Topic
    Defines the way in which a theme states meta unit is combined with the base theme states
    Syntax
    'Declaration
     
    
    Public Enum ENThemeStatesCombineMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENThemeStatesCombineMode
    public enum ENThemeStatesCombineMode : System.Enum 
    Members
    MemberDescription
    AppendThe theme states are appended to the base theme states
    PrependThe theme states are prepended to the base theme states
    ReplaceThe theme states replace the base theme states
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Dom.ENThemeStatesCombineMode

    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