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
titleobjectTooltip title. Optional. If not specified "Error" is used.
eExceptionException.
timeoutMillisecondsuint?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.
locationPointD?Location where tooltip will be shown.