Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NToolboxItemVerb Structure / CreateEditor Method


In This Topic
    CreateEditor Method (NToolboxItemVerb)
    In This Topic
    Creates a widget for editing some aspects or the whole instance of the given node.
    Syntax
    'Declaration
     
    
    Public Function CreateEditor( _
       ByVal node As NNode _
    ) As NWidget
    'Usage
     
    
    Dim instance As NToolboxItemVerb
    Dim node As NNode
    Dim value As NWidget
     
    value = instance.CreateEditor(node)
    public NWidget CreateEditor( 
       NNode node
    )

    Parameters

    node
    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