Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryPreviewManager Class / CreateLibraryNodesPreview Method


In This Topic
    CreateLibraryNodesPreview Method
    In This Topic
    Called by the StartMovePreview method to create an instance of the NLibraryMovePreview, which must be used for the preview of the specified elements
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateLibraryNodesPreview( _
       ByVal elements As NNodeList _
    ) As NLibraryMovePreview
    'Usage
     
    
    Dim instance As NLibraryPreviewManager
    Dim elements As NNodeList
    Dim value As NLibraryMovePreview
     
    value = instance.CreateLibraryNodesPreview(elements)
    protected virtual NLibraryMovePreview CreateLibraryNodesPreview( 
       NNodeList elements
    )

    Parameters

    elements
    Remarks
    This can be overriden in order to return a subclassed NLibraryMovePreview instance
    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