RibbonElement#
An item in the ribbon (button, separator...). More...
import Script
Properties#
Name | |
---|---|
array<RibbonElement> | elements |
string | id |
bool | isSeparator |
string | keys |
int | largeIndex |
int | smallIndex |
string | text |
string | type |
Property Documentation#
array<RibbonElement> elements#
This property holds the children of this item, for creating menus.
string id#
This property holds the id of the element item.
bool isSeparator#
This property returns true
if the element is a separator.
string keys#
This property holds the keys of the element item.
int largeIndex#
This property holds the index for the large icon (32x32 generally) used for the item.
int smallIndex#
This property holds the index for the small icon (16x16 generally) used for the item.
string text#
This property holds the text of the element item.
string type#
This property holds the type of the element item (button, separator...).