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


In This Topic
    ENChildrenHierarchyEditorStyle Enumeration
    In This Topic
    Enumerates the styles for children hierarchy editors.
    Syntax
    'Declaration
     
    
    Public Enum ENChildrenHierarchyEditorStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENChildrenHierarchyEditorStyle
    public enum ENChildrenHierarchyEditorStyle : System.Enum 
    Members
    MemberDescription
    ComboBoxThe children are selected through a combo box.
    ListBoxThis children are selected through a list box.
    Inheritance Hierarchy

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

    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