Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryBrowser Class / OpenLibraryGroup Method / OpenLibraryGroup() Method


In This Topic
    OpenLibraryGroup() Method
    In This Topic
    Opens a library from file (prompts the user to select it) and adds a new library group for it in the browser
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function OpenLibraryGroup() As NLibraryGroup
    'Usage
     
    
    Dim instance As NLibraryBrowser
    Dim value As NLibraryGroup
     
    value = instance.OpenLibraryGroup()
    public virtual NLibraryGroup OpenLibraryGroup()

    Return Value

    library group associated with the loaded library
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also