Attribute |
Description |
Determines whether there is a ribbon entry for the tool. § Show = “0” – Button does not display on ribbon. § Show = “1” (Default)– Button displays on ribbon. |
|
Determines whether the button is split into two halves where clicking the bottom half of the button opens a drop-down menu with sub-options, while clicking the upper half activates the “main” tool option, which will also be listed first in the drop-down menu: § splitButton = “0” - Button only opens a drop-down menu. § splitButton = “1” (Default) Creates a button with two halves with functionality described above. |
|
Toggle |
Determines whether the ribbon command is a toggle button: § Toggle = “1” – The button functions as a toggle for opening and closing the tool. § Toggle = “0” (Default) – Clicking the ribbon button always launches the tool. When the tool is already open, clicking the button has no effect. |