TreeViewHitTestInfo Constructor (TreeNode^, TreeViewHitTestLocations)
.NET Framework (current version)
Initializes a new instance of the TreeViewHitTestInfo class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- hitNode
-
Type:
System.Windows.Forms::TreeNode^
The tree node located at the position indicated by the hit test.
- hitLocation
-
Type:
System.Windows.Forms::TreeViewHitTestLocations
One of the TreeViewHitTestLocations values.
The hitNode parameter can be null.
.NET Framework
Available since 2.0
Available since 2.0
Show: