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


In This Topic
    ENThemeSelectorPartType Enumeration
    In This Topic
    Enumerates the theme selector part types.
    Syntax
    'Declaration
     
    
    Public Enum ENThemeSelectorPartType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENThemeSelectorPartType
    public enum ENThemeSelectorPartType : System.Enum 
    Members
    MemberDescription
    BasicContextRepresents a basic context theme selector part.
    BasicStateRepresents a basic state theme selector part.
    CompositeContextRepresents a composite context theme selector part.
    CompositeMaskRepresents a composite theme selector part.
    CompositeStateRepresents a composite state theme selector part.
    ContextMaskRepresents a context theme selector part.
    StateMaskRepresents a state theme selector part.
    Inheritance Hierarchy

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

    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