ToolStrip.GetChildAtPoint Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen konumda alt denetimi alır.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| GetChildAtPoint(Point) |
Bu yöntem bu sınıf için uygun değildir. |
| GetChildAtPoint(Point, GetChildAtPointSkip) |
Bu yöntem bu sınıf için uygun değildir. |
GetChildAtPoint(Point)
- Kaynak:
- ToolStrip.cs
- Kaynak:
- ToolStrip.cs
- Kaynak:
- ToolStrip.cs
- Kaynak:
- ToolStrip.cs
- Kaynak:
- ToolStrip.cs
Bu yöntem bu sınıf için uygun değildir.
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
Parametreler
Döndürülenler
Belirtilen koordinatlarda bulunan alt öğe Control .
Açıklamalar
Bu yöntem bu sınıf için uygun değildir.
Şunlara uygulanır
GetChildAtPoint(Point, GetChildAtPointSkip)
- Kaynak:
- ToolStrip.cs
- Kaynak:
- ToolStrip.cs
- Kaynak:
- ToolStrip.cs
- Kaynak:
- ToolStrip.cs
- Kaynak:
- ToolStrip.cs
Bu yöntem bu sınıf için uygun değildir.
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
Parametreler
- skipValue
- GetChildAtPointSkip
Bir GetChildAtPointSkip değer.
Döndürülenler
Belirtilen koordinatlarda bulunan alt öğe Control .
Açıklamalar
Bu yöntem bu sınıf için uygun değildir.