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


In This Topic
    ENEditorBrowseMode Enumeration
    In This Topic
    The browse mode of the editor
    Syntax
    'Declaration
     
    
    Public Enum ENEditorBrowseMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENEditorBrowseMode
    public enum ENEditorBrowseMode : System.Enum 
    Members
    MemberDescription
    AlwaysThe editor is always browsable
    DeveloperModeOnlyThe editor is only browsable in developer mode
    NeverThe editor is never browsable (in both user and developer mode).
    UserModeOnlyThe editor is only browsable in user mode
    Inheritance Hierarchy

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

    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