Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryBrowser Class / NewEmptyLibraryGroup Method
library title


In This Topic
    NewEmptyLibraryGroup Method
    In This Topic
    Creates a new empty library group with the specified title and adds it in the library browser
    Syntax
    'Declaration
     
    
    Public Overridable Function NewEmptyLibraryGroup( _
       ByVal title As System.String _
    ) As NLibraryGroup
    'Usage
     
    
    Dim instance As NLibraryBrowser
    Dim title As System.String
    Dim value As NLibraryGroup
     
    value = instance.NewEmptyLibraryGroup(title)
    public virtual NLibraryGroup NewEmptyLibraryGroup( 
       System.string title
    )

    Parameters

    title
    library title

    Return Value

    new library group
    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