RibbonPositionStatics Interface
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.
Provides methods that enable you to specify the position of a control, group, or tab in a Ribbon customization.
public interface class RibbonPositionStatics
[System.Runtime.InteropServices.Guid("0ae5cb5a-b4b1-40e5-89fa-bb21334f5063")]
public interface RibbonPositionStatics
[<System.Runtime.InteropServices.Guid("0ae5cb5a-b4b1-40e5-89fa-bb21334f5063")>]
type RibbonPositionStatics = interface
Public Interface RibbonPositionStatics
- Attributes
Methods
AfterOfficeId(String) |
Returns a RibbonPosition object that represents the location of a control, group, or tab after the specified built-in control, group, or tab. |
BeforeOfficeId(String) |
Returns a new RibbonPosition object that represents the location of a control, group, or tab before a built-in control, group, or tab. |