Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NDialogBatch Class / CreateDefaultDesignerDialog Method


In This Topic
    CreateDefaultDesignerDialog Method
    In This Topic
    Creates and opens a dialog window that hosts the editor of the specified node and subscribes to the Close event of the window.
    Syntax
    'Declaration
     
    
    Protected Function CreateDefaultDesignerDialog( _
       ByVal richText As INRichTextView, _
       ByVal node As NNode _
    ) As NEditorWindow
    'Usage
     
    
    Dim instance As NDialogBatch
    Dim richText As INRichTextView
    Dim node As NNode
    Dim value As NEditorWindow
     
    value = instance.CreateDefaultDesignerDialog(richText, node)
    protected NEditorWindow CreateDefaultDesignerDialog( 
       INRichTextView richText,
       NNode node
    )

    Parameters

    richText
    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