Table of Contents

Interface IRichToolTipHandler

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

Contains methods and properties which allow to work with rich tooltip.

public interface IRichToolTipHandler : IDisposable

Methods

SetBackgroundColor(Color, Color)

Sets the background color: if two colors are specified, the background is drawn using a gradient from top to bottom, otherwise a single solid color is used.

SetForegroundColor(Color)

Sets foreground color of the tooltip message.

SetIcon(ImageSet?)

Sets tooltip icon.

SetIcon(MessageBoxIcon)

Sets tooltip icon to the specified MessageBoxIcon.

SetTimeout(uint, uint)

Sets timeout after which the tooltip should disappear, in milliseconds. Optionally specify a show delay.

SetTipKind(RichToolTipKind)

Chooses the tip kind, possibly none. By default the tip is positioned automatically, as if Auto was used.

SetTitleFont(Font?)

Sets the title text font.

SetTitleForegroundColor(Color)

Sets foreground color of the tooltip title.

Show(Control, RectI?)

Shows tooltip on the screen.