Hi Josh,
Greetings from Syncfusion support.
We have checked your requirement on closing Tooltip dynamically on external button click. You can achieve your requirement by calling the close method of Tooltip component. For your reference, we have prepared a simple sample.
In this sample, we have closed the Tooltip in a button click.
Refer the below code snippet.
|
public void click()
{
// Close the tooltip programatically.
this.tooltip.Close();
} |
Refer the below sample link.
To know more about the Tooltip component, refer the below links.
Please let us know, if you need any further assistance.
Regards,
Sowmiya.P