Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryView Class / GetNextItem Method


In This Topic
    GetNextItem Method
    In This Topic
    Gets the next item
    Syntax
    'Declaration
     
    
    Public Overridable Function GetNextItem( _
       ByVal item As NLibraryViewItem _
    ) As NLibraryViewItem
    'Usage
     
    
    Dim instance As NLibraryView
    Dim item As NLibraryViewItem
    Dim value As NLibraryViewItem
     
    value = instance.GetNextItem(item)
    public virtual NLibraryViewItem GetNextItem( 
       NLibraryViewItem item
    )

    Parameters

    item

    Return Value

    library view item
    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