Nevron Open Vision Documentation
Nevron.Nov.Diagram.LibraryCommands Namespace / NNewLibraryCommandAction Class / OpenLibraryDialog Method


In This Topic
    OpenLibraryDialog Method
    In This Topic
    Opens the new library dialog that creates a new blank library.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OpenLibraryDialog( _
       ByVal browser As NLibraryBrowser _
    ) 
    'Usage
     
    
    Dim instance As NNewLibraryCommandAction
    Dim browser As NLibraryBrowser
     
    instance.OpenLibraryDialog(browser)
    protected virtual void OpenLibraryDialog( 
       NLibraryBrowser browser
    )

    Parameters

    browser
    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