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


In This Topic
    CreateStateEditorDialog Method
    In This Topic
    Creates a state editor dialog
    Syntax
    'Declaration
     
    
    Protected Function CreateStateEditorDialog( _
       ByVal richText As INRichTextView, _
       ByVal node As NNode, _
       ByVal designer As NDesigner _
    ) As NEditorWindow
    'Usage
     
    
    Dim instance As NDialogBatch
    Dim richText As INRichTextView
    Dim node As NNode
    Dim designer As NDesigner
    Dim value As NEditorWindow
     
    value = instance.CreateStateEditorDialog(richText, node, designer)
    protected NEditorWindow CreateStateEditorDialog( 
       INRichTextView richText,
       NNode node,
       NDesigner designer
    )

    Parameters

    richText
    node
    designer
    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