Method ShowToolTipWithError
ShowToolTipWithError(object?, Exception, uint?, PointD?)
Shows tooltip with error on the screen.
public virtual IRichToolTip ShowToolTipWithError(object? title, Exception e, uint? timeoutMilliseconds = null, PointD? location = null)
Parameters
title
objectTooltip title. Optional. If not specified "Error" is used.
e
ExceptionException.
timeoutMilliseconds
uint?Timeout in milliseconds after which tooltip will be hidden. Optional. If not specified, default timeout value is used. If 0 is specified, tooltip will not be hidden after timeout.
location
PointD?Location where tooltip will be shown.