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


In This Topic
    InitializeDialog Method (NDialogBatch)
    In This Topic
    Initializes the given dialog.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub InitializeDialog( _
       ByVal dialog As NEditorWindow _
    ) 
    'Usage
     
    
    Dim instance As NDialogBatch
    Dim dialog As NEditorWindow
     
    instance.InitializeDialog(dialog)
    protected virtual void InitializeDialog( 
       NEditorWindow dialog
    )

    Parameters

    dialog
    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