Share via


RibbonDialogLauncher.Parent Property (2007 System)

Gets a RibbonGroup object of which this RibbonDialogLauncher is a member.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As RibbonComponent
'Usage
Dim instance As RibbonDialogLauncher 
Dim value As RibbonComponent 

value = instance.Parent
[BrowsableAttribute(false)]
public RibbonComponent Parent { get; }
[BrowsableAttribute(false)]
public:
property RibbonComponent^ Parent {
    RibbonComponent^ get ();
}
public function get Parent () : RibbonComponent

Property Value

Type: Microsoft.Office.Tools.Ribbon.RibbonComponent
A RibbonGroup object of which this RibbonDialogLauncher is a member.

Remarks

You can add a RibbonDialogLauncher to a RibbonGroup at design time, or at run time before the Ribbon is loaded into the Microsoft Office application. Therefore, the Parent property will not change after the Ribbon is loaded. For more information, see Ribbon Object Model Overview.

.NET Framework Security

See Also

Reference

RibbonDialogLauncher Class

RibbonDialogLauncher Members

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview