RibbonItemType Enum
Lists ribbon item types.
Declaration
export enum RibbonItemType {
Button = 0,
SelectBox = 1,
Menu = 2,
NumberBox = 3,
ColorBox = 4,
SubMenu = 5
}
Members
Name | Description |
---|---|
Button | Identifies the Button command item type. |
ColorBox | Identifies the ColorBox command item type. |
Menu | Identifies the Menu command item type. |
NumberBox | Identifies the NumberBox command item type. |
SelectBox | Identifies the Select Box command item type. |
SubMenu | Identifies the Sub Menu command item type. |
Feedback