RibbonControlIdType Enum
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.
Contains values that determine whether a RibbonControlId identifies a Microsoft Office control or a custom control.
public enum class RibbonControlIdType
public enum RibbonControlIdType
type RibbonControlIdType =
Public Enum RibbonControlIdType
- Inheritance
-
RibbonControlIdType
Fields
Name | Value | Description |
---|---|---|
Custom | 0 | The RibbonControlId that identifies a custom control. |
Office | 1 | The RibbonControlId that identifies a built-in Office control. |