共用方式為


ActionsPane.GetChildAtPoint 方法 (Point, GetChildAtPointSkip)

擷取位於指定座標上的子控制項,指定是否要忽略特定型別的子控制項。

命名空間:  Microsoft.Office.Tools
組件:  Microsoft.Office.Tools.Common (在 Microsoft.Office.Tools.Common.dll 中)

語法

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

參數

  • pt
    型別:System.Drawing.Point
    Point ,包含您要尋找控制項之處的座標。座標以相對於執行窗格工作區左上角的位置表示。

傳回值

型別:System.Windows.Forms.Control
在指定座標上的子 Control

備註

此方法提供和 Control.GetChildAtPoint 方法相同的功能。 如需使用這個方法的詳細資訊,請參閱 Control.GetChildAtPoint

.NET Framework 安全性

請參閱

參考

ActionsPane 介面

GetChildAtPoint 多載

Microsoft.Office.Tools 命名空間

其他資源

執行窗格概觀