Method SetToolTip
SetToolTip(object, bool)
Sets simple tooltip contents.
public virtual IRichToolTip SetToolTip(object message, bool systemColors = true)
Parameters
messageobjectTooltip message.
systemColorsboolIf
true, sets tooltip colors to SystemColorInfo.
Returns
SetToolTip(object?, object?, MessageBoxIcon?, uint?)
Sets tooltip contents.
public virtual IRichToolTip SetToolTip(object? title, object? message, MessageBoxIcon? icon = null, uint? timeoutMilliseconds = null)
Parameters
titleobjectTooltip title.
messageobjectTooltip message.
iconMessageBoxIcon?Tooltip standard icon.
timeoutMillisecondsuint?Timeout in milliseconds after which tooltip will be hidden. Optional. If not specified, default timeout value is used. If 0 is specified, tooltip will not be hidden after timeout.