RibbonBase.Factory Property

Definition

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

public:
 property Microsoft::Office::Tools::Ribbon::RibbonFactory ^ Factory { Microsoft::Office::Tools::Ribbon::RibbonFactory ^ get(); };
public Microsoft.Office.Tools.Ribbon.RibbonFactory Factory { get; }
member this.Factory : Microsoft.Office.Tools.Ribbon.RibbonFactory
Public ReadOnly Property Factory As RibbonFactory

Property Value

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