Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDesigner Class / CreateInstanceEditor Method / CreateInstanceEditor(NNode,NEditorContext) Method
the node to edit
editor context


In This Topic
    CreateInstanceEditor(NNode,NEditorContext) Method
    In This Topic
    Creates the editor, which must edit the specified node.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function CreateInstanceEditor( _
       ByVal node As NNode, _
       ByVal context As NEditorContext _
    ) As NGeneralEditor
    'Usage
     
    
    Dim instance As NDesigner
    Dim node As NNode
    Dim context As NEditorContext
    Dim value As NGeneralEditor
     
    value = instance.CreateInstanceEditor(node, context)
    public virtual NGeneralEditor CreateInstanceEditor( 
       NNode node,
       NEditorContext context
    )

    Parameters

    node
    the node to edit
    context
    editor context
    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