Method Show
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
stringTooltip title.
message
stringTooltip message.
control
ControlControl 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)