バージョン

ElementFromPoint(Point,Boolean,UIElementInputType) メソッド

渡されるポイントを含む最も低いレベルの要素を返します
シンタックス
'宣言
 
Public Overloads Function ElementFromPoint( _
   ByVal point As Point, _
   ByVal ignoreClipping As Boolean, _
   ByVal inputType As UIElementInputType _
) As UIElement
public UIElement ElementFromPoint( 
   Point point,
   bool ignoreClipping,
   UIElementInputType inputType
)

パラメータ

point
コントロールのクライアント座標で
ignoreClipping
クリッピングを無視するかどうかを指定します
inputType
呼び出されるこのメソッドの入力タイプを指定します
参照