I have found several examples for how to define tooltips in a config.daml file. There is sometimes an element <disabledText /> inside of the tooltip.
Does anybody know what this elemnt is good for?
Example:
<tool id="appmodule_linktool" caption="Link to data" loadOnClick="true" className="LinkTool" largeImage="Images\AddInDesktop32.png" keytip="ST" smallImage="AddInDesktop16.png">
<tooltip heading="Link Tool">Follows a link to the corresponding web page.<disabledText /></tooltip>
</tool>