RibbonPosition.OfficeId Property

Definition

Gets the ID of the built-in Ribbon control, group, or tab that the current RibbonPosition uses to define a relative location for another control, group, or tab.

public:
 property System::String ^ OfficeId { System::String ^ get(); };
public string OfficeId { get; }
member this.OfficeId : string
Public ReadOnly Property OfficeId As String

Property Value

The ID of a built-in Ribbon control, group, or tab.

Remarks

The ID is a name that uniquely identifies a control, group, or tab that is built into a Microsoft Office application. For a list of IDs, see the Microsoft Download Center Web page Office 2010 Help Files: Office Fluent User Interface Control Identifiers.

Applies to