RibbonControlId Class (2007 System)

Encapsulates an identification string that Microsoft Office uses to refer to controls.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public NotInheritable Class RibbonControlId
'Usage
Dim instance As RibbonControlId
public sealed class RibbonControlId
public ref class RibbonControlId sealed
public final class RibbonControlId

Remarks

RibbonControlId can identify either an Office built-in control (by using the control's idMSO identifier) or a custom control. For a list of built-in Office identifiers, see 2007 Office System Document: Lists of Control IDs.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Tools.Ribbon.RibbonControlId

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RibbonControlId Members

Microsoft.Office.Tools.Ribbon Namespace