RibbonDialogLauncher.Parent Property

Definition

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

public:
 property Microsoft::Office::Tools::Ribbon::RibbonComponent ^ Parent { Microsoft::Office::Tools::Ribbon::RibbonComponent ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.Office.Tools.Ribbon.RibbonComponent Parent { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Parent : Microsoft.Office.Tools.Ribbon.RibbonComponent
Public ReadOnly Property Parent As RibbonComponent

Property Value

A RibbonGroup object of which this RibbonDialogLauncher is a member.

Attributes

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.

Applies to