Control.GetChildAtPoint メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した位置の子コントロールを取得します。
オーバーロード
GetChildAtPoint(Point) |
指定した座標にある子コントロールを取得します。 |
GetChildAtPoint(Point, GetChildAtPointSkip) |
特定の種類の子コントロールを無視するかどうかを指定して、指定した座標にある子コントロールを取得します。 |
GetChildAtPoint(Point)
指定した座標にある子コントロールを取得します。
public:
System::Windows::Forms::Control ^ GetChildAtPoint(System::Drawing::Point pt);
public System.Windows.Forms.Control GetChildAtPoint (System.Drawing.Point pt);
member this.GetChildAtPoint : System.Drawing.Point -> System.Windows.Forms.Control
Public Function GetChildAtPoint (pt As Point) As Control
パラメーター
戻り値
指定したポイントにあるコントロールを表す Control。
注釈
指定したポイントに子コントロールがない場合、 GetChildAtPoint メソッド null
は .
こちらもご覧ください
適用対象
GetChildAtPoint(Point, GetChildAtPointSkip)
特定の種類の子コントロールを無視するかどうかを指定して、指定した座標にある子コントロールを取得します。
public:
System::Windows::Forms::Control ^ GetChildAtPoint(System::Drawing::Point pt, System::Windows::Forms::GetChildAtPointSkip skipValue);
public System.Windows.Forms.Control GetChildAtPoint (System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue);
member this.GetChildAtPoint : System.Drawing.Point * System.Windows.Forms.GetChildAtPointSkip -> System.Windows.Forms.Control
Public Function GetChildAtPoint (pt As Point, skipValue As GetChildAtPointSkip) As Control
パラメーター
- skipValue
- GetChildAtPointSkip
特定の種類の子コントロールを無視するかどうかを決定する GetChildAtPointSkip の値の 1 つ。
戻り値
指定した座標にある子 Control。