Command Button Layout Info
Layout information on different visual parts of a single command button.
Parameters
The action area. A mouse click in this area will trigger the action lambda set as Command.action.
The popup area. A mouse click in this area will show the popup content associated with the command button.
The separator area. If it's not empty, the command button will show a separator between .actionClickArea and .popupClickArea on mouse rollover.
Rectangle for the command button icon.
Layout information for the command button text (that can span multiple lines).
Layout information for the command button extra text (that can span multiple lines).
Rectangle for the icon associated with the .popupClickArea. This icon is an arrow indicating that the command button has a popup area.