![]() |
v2.41
|
|
The tool button is a control which allows user to trigger an action. More...
Properties | |
| IAction | Action [get, set] |
| Sets an action to the tool button. | |
| GUID | Id [get] |
| The identifier of the tool button. | |
| BSTR | IdS [get] |
| The Id of the tool button as a string. | |
The tool button is a control which allows user to trigger an action.
A tool button always occupies a single cell in a tool panel grid, with the icon displayed on it.
A tool button exists in Renga until the application is closed. The same tool button can be added to multiple UI panel extensions simultaneously.
|
getset |
Sets an action to the tool button.
| [in] | pAction | The action to add to the tool button. |