TreeViewHitTestInfo(TreeNode, TreeViewHitTestLocations) Constructor

Definición

Inicializa una nueva instancia de la clase TreeViewHitTestInfo.

public:
 TreeViewHitTestInfo(System::Windows::Forms::TreeNode ^ hitNode, System::Windows::Forms::TreeViewHitTestLocations hitLocation);
public TreeViewHitTestInfo (System.Windows.Forms.TreeNode hitNode, System.Windows.Forms.TreeViewHitTestLocations hitLocation);
public TreeViewHitTestInfo (System.Windows.Forms.TreeNode? hitNode, System.Windows.Forms.TreeViewHitTestLocations hitLocation);
new System.Windows.Forms.TreeViewHitTestInfo : System.Windows.Forms.TreeNode * System.Windows.Forms.TreeViewHitTestLocations -> System.Windows.Forms.TreeViewHitTestInfo
Public Sub New (hitNode As TreeNode, hitLocation As TreeViewHitTestLocations)

Parámetros

hitNode
TreeNode

Nodo de árbol situado en la posición indicada por la prueba de detección.

hitLocation
TreeViewHitTestLocations

Uno de los valores de TreeViewHitTestLocations.

Comentarios

El hitNode parámetro puede ser null.

Se aplica a