Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeViewEx Class / BoxHitTest Method


In This Topic
    BoxHitTest Method
    In This Topic
    Gets the node which should be expanded when a box containing the specified point is clicked.
    Syntax
    'Declaration
     
    
    Public Function BoxHitTest( _
       ByVal pt As NPoint _
    ) As NTreeNode
    'Usage
     
    
    Dim instance As NTreeViewEx
    Dim pt As NPoint
    Dim value As NTreeNode
     
    value = instance.BoxHitTest(pt)
    public NTreeNode BoxHitTest( 
       NPoint pt
    )

    Parameters

    pt
    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