Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NTreeViewControl Class / HitTest Method / HitTest(Point,Boolean) Method


In This Topic
    HitTest(Point,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overloads Function HitTest( _
       ByVal point As System.Windows.Point, _
       ByVal include2DOn3D As System.Boolean _
    ) As System.Windows.Media.HitTestResult
    'Usage
     
    
    Dim instance As NTreeViewControl
    Dim point As System.Windows.Point
    Dim include2DOn3D As System.Boolean
    Dim value As System.Windows.Media.HitTestResult
     
    value = instance.HitTest(point, include2DOn3D)
    internal System.Windows.Media.HitTestResult HitTest( 
       System.Windows.Point point,
       System.bool include2DOn3D
    )

    Parameters

    point
    include2DOn3D
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also