OfficeRibbon.RibbonId Property

Definition

Gets the Ribbon ID that was used to create this instance of the OfficeRibbon object.

public string RibbonId { get; }

Property Value

String

The Ribbon ID that was used to create this instance of the OfficeRibbon interface.

Remarks

You should not attempt to set this property.

You can use the RibbonType property to get all of the Ribbon IDs that are associated with this OfficeRibbon instance. The RibbonId property returns only the single ID that was used to create this OfficeRibbon instance. For example, you can use this property to determine whether this Ribbon instance is being displayed in a mail composition item.

Applies to