TreeViewHitTestInfo(TreeNode, TreeViewHitTestLocations) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- hitNode
- TreeNode
ヒット テストで示された位置にあるツリー ノード。
- hitLocation
- TreeViewHitTestLocations
TreeViewHitTestLocations 値のいずれか 1 つ。
注釈
hitNode
パラメーターは、null
に設定できます。