Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDesigner Class / CreateAddChildCommand Method


In This Topic
    CreateAddChildCommand Method (NDesigner)
    In This Topic
    Creates the add child command.
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateAddChildCommand( _
       ByVal node As NNode, _
       ByVal editor As NEditor _
    ) As NDesignCommand
    'Usage
     
    
    Dim instance As NDesigner
    Dim node As NNode
    Dim editor As NEditor
    Dim value As NDesignCommand
     
    value = instance.CreateAddChildCommand(node, editor)
    public virtual NDesignCommand CreateAddChildCommand( 
       NNode node,
       NEditor editor
    )

    Parameters

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