v2.42
 
IToolButton Interface Reference

Allows user to trigger an action. More...

Properties

IAction Action [get, set]
 The action of the tool button.
 
GUID Id [get]
 The identifier of the tool button.
 
BSTR IdS [get]
 The Id of the tool button as a string.
 

Detailed Description

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.

See also
IUI::CreateToolButton(), IUIPanelExtension, IAction