RibbonBase.Factory Property

Definition

Gets or sets the Ribbon factory that is associated with this RibbonBase.

public Microsoft.Office.Tools.Ribbon.RibbonFactory Factory { get; }

Property Value

RibbonFactory

An object that implements the RibbonFactory interface.

Remarks

You can use this property to track the Ribbon factory class that created the current instance of the RibbonBase.

Applies to