Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides methods that enable you to specify the position of a control, group, or tab in a Ribbon customization.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
<GuidAttribute("0ae5cb5a-b4b1-40e5-89fa-bb21334f5063")> _
Public Interface RibbonPositionStatics
[GuidAttribute("0ae5cb5a-b4b1-40e5-89fa-bb21334f5063")]
public interface RibbonPositionStatics
The RibbonPositionStatics type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AfterOfficeId | Returns a RibbonPosition object that represents the location of a control, group, or tab after the specified built-in control, group, or tab. |
![]() |
BeforeOfficeId | Returns a new RibbonPosition object that represents the location of a control, group, or tab before a built-in control, group, or tab. |
Top