Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeViewEx Class / VisibleNodeFromY Method
The Y-coordinate to examine.


In This Topic
    VisibleNodeFromY Method
    In This Topic
    Gets the visible node which contains the specified Y-coordinate.
    Syntax
    'Declaration
     
    
    Public Function VisibleNodeFromY( _
       ByVal y As System.Integer _
    ) As NTreeNode
    'Usage
     
    
    Dim instance As NTreeViewEx
    Dim y As System.Integer
    Dim value As NTreeNode
     
    value = instance.VisibleNodeFromY(y)
    public NTreeNode VisibleNodeFromY( 
       System.int y
    )

    Parameters

    y
    The Y-coordinate to examine.
    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