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


In This Topic
    CreateEditorWindow Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function CreateEditorWindow( _
       ByVal richText As INRichTextView, _
       ByVal editor As NEditor _
    ) As NEditorWindow
    'Usage
     
    
    Dim instance As NDialogBatch
    Dim richText As INRichTextView
    Dim editor As NEditor
    Dim value As NEditorWindow
     
    value = instance.CreateEditorWindow(richText, editor)
    protected NEditorWindow CreateEditorWindow( 
       INRichTextView richText,
       NEditor editor
    )

    Parameters

    richText
    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