Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDesigner Class / CreatePropertyEditor Method / CreatePropertyEditor(NNode,NEditor,NProperty) Method
the node to edit
editor that will own the created editor


In This Topic
    CreatePropertyEditor(NNode,NEditor,NProperty) Method
    In This Topic
    Creates a property editor for the specified property of the specified node.
    Syntax
    'Declaration
     
    
    Public Overloads Function CreatePropertyEditor( _
       ByVal node As NNode, _
       ByVal editor As NEditor, _
       ByVal property As NProperty _
    ) As NPropertyEditor
    'Usage
     
    
    Dim instance As NDesigner
    Dim node As NNode
    Dim editor As NEditor
    Dim property As NProperty
    Dim value As NPropertyEditor
     
    value = instance.CreatePropertyEditor(node, editor, property)
    public NPropertyEditor CreatePropertyEditor( 
       NNode node,
       NEditor editor,
       NProperty property
    )

    Parameters

    node
    the node to edit
    editor
    editor that will own the created editor
    property
    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