'宣言 Public Overloads Shadows Function HitTest( _ ByVal point As System.Windows.Point _ ) As HitTestInfo
public new HitTestInfo HitTest( System.Windows.Point point )
パラメータ
- point
- テストする位置をコントロール座標で指定する System.Windows.Point。
戻り値の型
pointパラメータで指定される場所にある、グリッドに関する情報を保持する HitTestInfoオブジェクト。