RibbonDropDownItem.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the RibbonComponent to which this RibbonDropDownItem belongs.
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
The RibbonComponent to which this RibbonDropDownItem belongs.
- Attributes
Remarks
If this RibbonDropDownItem has not been added to a control, then the Parent property returns null
.