Method SetToolTip
SetToolTip(object, bool)
Sets tooltip properties so it will be a simple tooltip.
IRichToolTip SetToolTip(object message, bool systemColors = true)
Parameters
message
objectTooltip message. Text in this parameter can have line breaks.
systemColors
boolWhether 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
title
objectTooltip title. If null is specified, tooltip will have no title.
message
objectToolTip message. If null is specified, tooltip will have no message. Text in this parameter can have line breaks.
icon
MessageBoxIcon?timeoutMilliseconds
uint?