RibbonControlId 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.
Encapsulates an identification string that Microsoft Office uses to refer to controls.
public interface class RibbonControlId
[System.Runtime.InteropServices.Guid("3e584389-2da9-4cde-bcef-414a8049c476")]
public interface RibbonControlId
[<System.Runtime.InteropServices.Guid("3e584389-2da9-4cde-bcef-414a8049c476")>]
type RibbonControlId = interface
Public Interface RibbonControlId
- Attributes
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 Office 2010 Help Files: Office Fluent User Interface Control Identifiers.
Properties
ControlIdType |
Gets or sets a value that describes whether this ControlIdType identifies a Microsoft Office control or a custom control. |
CustomId |
Gets an identifier for a custom control. |
OfficeId |
Gets or sets an identifier for a Microsoft Office control. |