Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDiagramHelpers Class / ShowPropertiesEditor Method / ShowPropertiesEditor(NWindow,NDocumentNode,NDesigner,Boolean,String) Method


In This Topic
    ShowPropertiesEditor(NWindow,NDocumentNode,NDesigner,Boolean,String) Method
    In This Topic
    Shows the instance editor of the specified diagram node.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ShowPropertiesEditor( _
       ByVal ownerWindow As NWindow, _
       ByVal node As NDocumentNode, _
       ByVal designer As NDesigner, _
       ByVal stateEditor As System.Boolean, _
       ByVal transactionDesc As System.String _
    ) As NEditorWindow
    'Usage
     
    
    Dim ownerWindow As NWindow
    Dim node As NDocumentNode
    Dim designer As NDesigner
    Dim stateEditor As System.Boolean
    Dim transactionDesc As System.String
    Dim value As NEditorWindow
     
    value = NDiagramHelpers.ShowPropertiesEditor(ownerWindow, node, designer, stateEditor, transactionDesc)
    public static NEditorWindow ShowPropertiesEditor( 
       NWindow ownerWindow,
       NDocumentNode node,
       NDesigner designer,
       System.bool stateEditor,
       System.string transactionDesc
    )

    Parameters

    ownerWindow
    node
    designer
    stateEditor
    transactionDesc
    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