Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryBrowser Class / OpenLibraryGroup Method / OpenLibraryGroup(NLibraryDocument) Method
library for which to create group


In This Topic
    OpenLibraryGroup(NLibraryDocument) Method
    In This Topic
    Creates a new library group associated with the specified library and adds it in the library browser
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function OpenLibraryGroup( _
       ByVal library As NLibraryDocument _
    ) As NLibraryGroup
    'Usage
     
    
    Dim instance As NLibraryBrowser
    Dim library As NLibraryDocument
    Dim value As NLibraryGroup
     
    value = instance.OpenLibraryGroup(library)
    public virtual NLibraryGroup OpenLibraryGroup( 
       NLibraryDocument library
    )

    Parameters

    library
    library for which to create group

    Return Value

    created library group associated with the 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