Method ShowToolTip
ShowToolTip(object, bool, PointD?)
Shows simple tooltip at the specified location in client coordinates of the tooltip container.
IRichToolTip ShowToolTip(object message, bool systemColors = true, PointD? location = null)
Parameters
messageobjectTooltip message. Text in this parameter can have line breaks.
systemColorsboolWhether to use system colors for the foreground and background.
locationPointD?Location of the tooltip.
Returns
ShowToolTip(object?, object?, MessageBoxIcon?, uint?, PointD?)
Shows tooltip on the screen.
IRichToolTip ShowToolTip(object? title, object? message, MessageBoxIcon? icon = null, uint? timeoutMilliseconds = null, PointD? location = 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.
locationPointD?Location where tooltip will be shown.
Returns
ShowToolTip(PointD?)
Shows previously configured tooltip at the specified location in client coordinates of the tooltip container.
IRichToolTip ShowToolTip(PointD? location = null)
Parameters
locationPointD?Location of the tooltip. Optional.