ToolStrip.GetChildAtPoint メソッド

定義

指定した場所にある子コントロールを取得します。

オーバーロード

名前 説明
GetChildAtPoint(Point)

このメソッドは、このクラスには関係ありません。

GetChildAtPoint(Point, GetChildAtPointSkip)

このメソッドは、このクラスには関係ありません。

GetChildAtPoint(Point)

ソース:
ToolStrip.cs
ソース:
ToolStrip.cs
ソース:
ToolStrip.cs
ソース:
ToolStrip.cs
ソース:
ToolStrip.cs

このメソッドは、このクラスには関係ありません。

public:
 System::Windows::Forms::Control ^ GetChildAtPoint(System::Drawing::Point point);
public System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point point);
public System.Windows.Forms.Control? GetChildAtPoint(System.Drawing.Point point);
override this.GetChildAtPoint : System.Drawing.Point -> System.Windows.Forms.Control
Public Function GetChildAtPoint (point As Point) As Control

パラメーター

point
Point

Point です。

返品

指定した座標にある子 Control

注釈

このメソッドは、このクラスには関係ありません。

適用対象

GetChildAtPoint(Point, GetChildAtPointSkip)

ソース:
ToolStrip.cs
ソース:
ToolStrip.cs
ソース:
ToolStrip.cs
ソース:
ToolStrip.cs
ソース:
ToolStrip.cs

このメソッドは、このクラスには関係ありません。

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);
public System.Windows.Forms.Control? GetChildAtPoint(System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue);
override this.GetChildAtPoint : System.Drawing.Point * System.Windows.Forms.GetChildAtPointSkip -> System.Windows.Forms.Control
Public Function GetChildAtPoint (pt As Point, skipValue As GetChildAtPointSkip) As Control

パラメーター

pt
Point

Point 値です。

skipValue
GetChildAtPointSkip

GetChildAtPointSkip 値です。

返品

指定した座標にある子 Control

注釈

このメソッドは、このクラスには関係ありません。

適用対象