Table of Contents

Method ShowToolTipWithError

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 object

Tooltip title. Optional. If not specified "Error" is used.

e Exception

Exception.

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.

Returns

IRichToolTip