ActionsPane.GetChildAtPoint Method (Point, GetChildAtPointSkip)

Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.

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

Syntax

'Declaration
Function GetChildAtPoint ( _
    pt As Point, _
    skipValue As GetChildAtPointSkip _
) As Control
Control GetChildAtPoint(
    Point pt,
    GetChildAtPointSkip skipValue
)

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
The child Control at the specified coordinates.

Remarks

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

.NET Framework Security

See Also

Reference

ActionsPane Interface

GetChildAtPoint Overload

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview