Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENSymbolColorMode Enumeration


In This Topic
    ENSymbolColorMode Enumeration
    In This Topic
    Enumerates the sumbol color modes for symbols that reside in a symbol box.
    Syntax
    'Declaration
     
    
    Public Enum ENSymbolColorMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENSymbolColorMode
    public enum ENSymbolColorMode : System.Enum 
    Members
    MemberDescription
    OriginalSymbolColorDefault symbol color mode - symbol color is not changed.
    TextFillSymbol color is changed to that of the symbol box text fill.
    TextFillWhenDisabledSymbol color is changed to that of the symbol box text fill only when the symbol box is disabled.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENSymbolColorMode

    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