TreeViewHitTestInfo Constructor (TreeNode^, TreeViewHitTestLocations)

 

Initializes a new instance of the TreeViewHitTestInfo class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
TreeViewHitTestInfo(
	TreeNode^ hitNode,
	TreeViewHitTestLocations hitLocation
)

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
Return to top
Show: