Table of Contents

Method SetTimeout

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

SetTimeout(uint?, uint)

Sets timeout after which the tooltip should disappear, in milliseconds. If 0 is specified, tooltip will not be hidden automatically. Optionally specify a show delay.

IRichToolTip SetTimeout(uint? milliseconds, uint millisecondsShowdelay = 0)

Parameters

milliseconds uint?

Timeout value. If null, DefaultToolTipTimeout will be used.

millisecondsShowdelay uint

Show delay value. Optional. Default is 0.

Returns

IRichToolTip

Remarks

By default the tooltip is hidden after system-dependent interval of time elapses but this method can be used to change this or also disable hiding the tooltip automatically entirely by passing 0 in this parameter (but doing this can result in native version not being used).