FlexPivot for WinForms
HitTest(Point) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > HitTest メソッド : HitTest(Point) メソッド
System.Drawing.Point in client coordinates.
Returns information about the control at a specified point on the control surface.
シンタックス
'宣言
 
Public Overloads Function HitTest( _
   ByVal pt As System.Drawing.Point _
) As HitTestInfo
public HitTestInfo HitTest( 
   System.Drawing.Point pt
)

パラメータ

pt
System.Drawing.Point in client coordinates.

戻り値の型

A HitTestInfo object that contains information about the point.
解説
This method is especially useful when handling the BeforeMouseDown event. It allows you to determine whether the mouse is over a specific cell, grid buttons, resizing elements, etc.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧