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