Table of Contents

Method Show

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

Show(string?, string?, Control, RichToolTipKind?, MessageBoxIcon?)

Shows tooltip on the screen.

public static void Show(string? title, string? message, Control control, RichToolTipKind? kind = null, MessageBoxIcon? icon = null)

Parameters

title string

Tooltip title.

message string

Tooltip message.

control Control

Control for which tooltip is shown.

kind RichToolTipKind?

Tooltip kind.

icon MessageBoxIcon?

Tooltip standard icon.

Show(Control, RectI?)

Shows the tooltip for the given control and optionally a specified area.

public virtual void Show(Control control, RectI? rect = null)

Parameters

control Control

Control for which tooltip is shown.

rect RectI?

Area of the tooltip.