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 ,包含您要尋找控制項之處的座標。座標以相對於執行窗格工作區左上角的位置表示。
- skipValue
型別:System.Windows.Forms.GetChildAtPointSkip
其中一個 GetChildAtPointSkip 值,可決定是否要忽略特定型別的子控制項。
傳回值
型別:System.Windows.Forms.Control
在指定座標上的子 Control。
備註
此方法提供和 Control.GetChildAtPoint 方法相同的功能。 如需使用這個方法的詳細資訊,請參閱 Control.GetChildAtPoint。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。