RibbonBase.Factory 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 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.