RadioButton.Parent 属性

获取 RadioButton 的父对象。

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

语法

声明
Public ReadOnly Property Parent As Object
    Get
public Object Parent { get; }

属性值

类型:System.Object
RadioButton 的父对象。

备注

RadioButton 的父对象是一个连接 RadioButton 和文档的容器控件,而不是包含 RadioButtonRange

RadioButton 的父对象仅可作为 Object 进行访问。

示例

有关演示如何使用此属性的代码示例,请参见 Button.ParentMicrosoft.Office.Tools.Excel.Controls 命名空间中的所有控件都具有在功能上等效的 Parent 属性。

.NET Framework 安全性

请参见

参考

RadioButton 类

Microsoft.Office.Tools.Excel.Controls 命名空间