Table of Contents

Interface IToolTipFactoryHandler

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

Contains methods and properties which allow to create and manage tooltips.

public interface IToolTipFactoryHandler : IDisposable

Methods

CreateRichToolTipHandler(string, string, bool)

Creates IRichToolTipHandler interface provider.

SetAutoPop(long)

Sets the delay after which the tooltip disappears or how long a tooltip remains visible.

SetDelay(long)

Sets the delay after which the tooltip appears.

SetEnabled(bool)

Enables or disables tooltips globally.

SetMaxWidth(int)

Sets tooltip maximal width in pixels.

SetReshow(long)

Sets the delay between subsequent tooltips to appear.