RibbonFactory.RibbonPosition 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 a RibbonPositionStatics object that you can use to specify the position of a control, group, or tab in a Ribbon customization.
public:
property Microsoft::Office::Tools::Ribbon::RibbonPositionStatics ^ RibbonPosition { Microsoft::Office::Tools::Ribbon::RibbonPositionStatics ^ get(); };
public Microsoft.Office.Tools.Ribbon.RibbonPositionStatics RibbonPosition { get; }
member this.RibbonPosition : Microsoft.Office.Tools.Ribbon.RibbonPositionStatics
Public ReadOnly Property RibbonPosition As RibbonPositionStatics
Property Value
A RibbonPositionStatics object that you can use to specify the position of a control, group, or tab in a Ribbon customization.