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.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.
skipValue
Type: System.Windows.Forms.GetChildAtPointSkipOne of the values of GetChildAtPointSkip, determining whether to ignore child controls of a certain type.
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
- 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