Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDialogNodePropertyEditor Class / CreateDialogWindow Method


In This Topic
    CreateDialogWindow Method (NDialogNodePropertyEditor)
    In This Topic
    Overriden to create an NEditorWindow, which hosts an instance or surrogate editor.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateDialogWindow() As NTopLevelWindow
    'Usage
     
    
    Dim instance As NDialogNodePropertyEditor
    Dim value As NTopLevelWindow
     
    value = instance.CreateDialogWindow()
    protected override NTopLevelWindow CreateDialogWindow()
    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