v2.44
 
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.
 
VARIANT_BOOL TextVisible [get, set]
 The action visible text on button state.
 

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

Property Documentation

◆ TextVisible

VARIANT_BOOL TextVisible
getset

The action visible text on button state.

By default, the text on button is not visible.