Method ShowToolTip
ShowToolTip(AbstractControl?, object?, string?, MessageBoxIcon?, uint?, PointD?)
Shows tooltip with the specified parameters using IToolTipProvider specified in the control or in one of its parents.
public static IRichToolTip? ShowToolTip(AbstractControl? control, object? title, string? message, MessageBoxIcon? icon = null, uint? timeoutMilliseconds = null, PointD? location = null)
Parameters
control
AbstractControltitle
objectmessage
stringicon
MessageBoxIcon?timeoutMilliseconds
uint?location
PointD?