Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


ToolStrip.GetChildAtPoint Method

Definition

Retrieves the child control at a specified location.

Overloads

GetChildAtPoint(Point)

This method is not relevant for this class.

GetChildAtPoint(Point, GetChildAtPointSkip)

This method is not relevant for this class.

GetChildAtPoint(Point)

Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs

This method is not relevant for this class.

public System.Windows.Forms.Control GetChildAtPoint (System.Drawing.Point point);
public System.Windows.Forms.Control? GetChildAtPoint (System.Drawing.Point point);

Parameters

point
Point

A Point.

Returns

The child Control that is located at the specified coordinates.

Remarks

This method is not relevant for this class.

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

GetChildAtPoint(Point, GetChildAtPointSkip)

Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs

This method is not relevant for this class.

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);

Parameters

pt
Point

A Point value.

Returns

The child Control that is located at the specified coordinates.

Remarks

This method is not relevant for this class.

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9