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.PointA 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools Namespace