Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDesigner Class / CreateInstanceEditor Method / CreateInstanceEditor(NNode,NEditor) Method


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

    Parameters

    node
    ownerEditor
    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