Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListColumnCollection Class / NextVisible Method
The column to start searching from.


In This Topic
    NextVisible Method
    In This Topic
    Gets the next visible column, starting from the specified one.
    Syntax
    'Declaration
     
    
    Public Function NextVisible( _
       ByVal anchor As NTreeListColumn _
    ) As NTreeListColumn
    'Usage
     
    
    Dim instance As NTreeListColumnCollection
    Dim anchor As NTreeListColumn
    Dim value As NTreeListColumn
     
    value = instance.NextVisible(anchor)
    public NTreeListColumn NextVisible( 
       NTreeListColumn anchor
    )

    Parameters

    anchor
    The column to start searching from.
    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