RibbonComponent.Parent 属性

获取一个表示此 RibbonComponent 的父级的 RibbonComponent

命名空间:  Microsoft.Office.Tools.Ribbon
程序集:   Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)
  Microsoft.Office.Tools.Common.v4.0.Utilities(在 Microsoft.Office.Tools.Common.v4.0.Utilities.dll 中)

语法

声明
<BrowsableAttribute(False)> _
ReadOnly Property Parent As RibbonComponent
[BrowsableAttribute(false)]
RibbonComponent Parent { get; }

属性值

类型:Microsoft.Office.Tools.Ribbon.RibbonComponent
一个表示此 RibbonComponent 的父级的 RibbonComponent

备注

使用 Parent 属性可沿着控件层次结构导航到当前 RibbonComponent 对象上面几层的控件。

如果控件深度嵌套,而要查找的控件离功能区更近,则可以考虑使用 Ribbon 属性以及从 RibbonComponent 派生的容器控件的集合来导航到该控件。

.NET Framework 安全性

请参见

参考

RibbonComponent 接口

Microsoft.Office.Tools.Ribbon 命名空间