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. |
Color
|
Identifies the Color |
Menu
|
Identifies the Menu command item type. |
Number
|
Identifies the Number |
Select
|
Identifies the Select Box command item type. |
Sub
|
Identifies the Sub Menu command item type. |