ActionsPane.Parent 屬性
取得或設定執行窗格的父容器。
命名空間: Microsoft.Office.Tools
組件: Microsoft.Office.Tools.Common (在 Microsoft.Office.Tools.Common.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Property Parent As Control
Get
Set
[BrowsableAttribute(false)]
Control Parent { get; set; }
屬性值
型別:System.Windows.Forms.Control
執行窗格的父容器。
備註
這個屬性提供和 Control.Parent 屬性相同的功能。 如需使用這個屬性的詳細資訊,請參閱 Control.Parent。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。