Share via


ActionsPane.GetChildAtPoint Method (Point)

Retrieves the child control that is located at the specified coordinates.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Function GetChildAtPoint ( _
    pt As Point _
) As Control
Control GetChildAtPoint(
    Point pt
)

Parameters

  • pt
    Type: System.Drawing.Point

    A Point that contains the coordinates where you want to look for a control. Coordinates are expressed relative to the upper-left corner of the actions pane's client area.

Return Value

Type: System.Windows.Forms.Control
A Control that represents the control that is located at the specified point.

Remarks

This method provides the same functionality as the Control.GetChildAtPoint(Point) method. For more information about using this method, see Control.GetChildAtPoint(Point).

.NET Framework Security

See Also

Reference

ActionsPane Interface

GetChildAtPoint Overload

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview