I have a simple ArcGIS Pro add-in, with a button defined in the daml:
<button id="ProAppModule2_Button1" caption="Click me" className="Company.Project.Button1"
loadOnClick="true"
smallImage="Images\sample16.png"
largeImage="Images\sample32.png"
keytip="This is a tip">
<tooltip heading="This is a heading">Tooltipbody<disabledText /></tooltip>
</button>
However, inside the button class the TooltipHeading is an empty string. (Tooltip contains the text 'Tooltipbody').
What am I missing?
Hi Berend,
Here is a snippet for this: Get a button's tooltip heading
Thanks
Uma