Method SetToolTip
SetToolTip(object, bool)
Sets tooltip properties so it will be a simple tooltip.
IRichToolTip SetToolTip(object message, bool systemColors = true)
Parameters
messageobjectTooltip message. Text in this parameter can have line breaks.
systemColorsboolWhether to use system colors for the foreground and background.
Returns
SetToolTip(object?, object?, MessageBoxIcon?, uint?)
Sets tooltip properties.
IRichToolTip SetToolTip(object? title, object? message, MessageBoxIcon? icon = null, uint? timeoutMilliseconds = null)
Parameters
titleobjectTooltip title. If null is specified, tooltip will have no title.
messageobjectToolTip message. If null is specified, tooltip will have no message. Text in this parameter can have line breaks.
iconMessageBoxIcon?timeoutMillisecondsuint?