Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NEditorContext Class / NEditorContext Constructor / NEditorContext Constructor(NEditorContext)


In This Topic
    NEditorContext Constructor(NEditorContext)
    In This Topic
    Creates a new editor context that has the specified parent context
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal parentContext As NEditorContext _
    )
    'Usage
     
    
    Dim parentContext As NEditorContext
     
    Dim instance As New NEditorContext(parentContext)
    public NEditorContext( 
       NEditorContext parentContext
    )

    Parameters

    parentContext
    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