バージョン

GetNodeFromPoint(Point) メソッド

指定されたポイントにあるツリー ノードを取得します。
シンタックス
'宣言
 
Public Overloads Function GetNodeFromPoint( _
   ByVal pt As Point _
) As UltraTreeNode
public UltraTreeNode GetNodeFromPoint( 
   Point pt
)

パラメータ

pt
チェックする位置で、クライアント座標で表されます。

戻り値の型

指定した座標にある UltraTreeNode、または指定されたポイントにノードがない場合は null。
参照