Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / ENMaskedEnumPropertyEditorStyle Enumeration


In This Topic
    ENMaskedEnumPropertyEditorStyle Enumeration
    In This Topic
    Enumerates the styles of masked enum property editors.
    Syntax
    'Declaration
     
    
    Public Enum ENMaskedEnumPropertyEditorStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENMaskedEnumPropertyEditorStyle
    public enum ENMaskedEnumPropertyEditorStyle : System.Enum 
    Members
    MemberDescription
    DropDownThe enum is edited by a masked enum drop down.
    PanelThe enum is edited by a masked enum panel.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Editors.ENMaskedEnumPropertyEditorStyle

    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