Method HideTooltip
HideTooltip(ITooltip, bool)
Hide the given Tooltip
Declaration
void HideTooltip(ITooltip tooltip, bool persistent = false)
Parameters
Type | Name | Description |
---|---|---|
ITooltip | tooltip | The tooltip to hide |
bool | persistent | Whether to hide the tooltip if it was shown with the persistent argument set to true |