Condividi tramite


Proprietà RibbonDropDownItem.Parent

Ottiene l'oggetto RibbonComponent a cui appartiene l'oggetto RibbonDropDownItem.

Spazio dei nomi:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
ReadOnly Property Parent As RibbonComponent
    Get
[BrowsableAttribute(false)]
RibbonComponent Parent { get; }

Valore proprietà

Tipo: Microsoft.Office.Tools.Ribbon.RibbonComponent
Oggetto RibbonComponent al quale appartiene l'oggetto RibbonDropDownItem.

Note

Se l'oggetto RibbonDropDownItem non è stato aggiunto a un controllo, la proprietà Parent restituisce un valore nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RibbonDropDownItem Interfaccia

Spazio dei nomi Microsoft.Office.Tools.Ribbon

Altre risorse

Cenni preliminari sul modello a oggetti della barra multifunzione