Method SetIcon
SetIcon(ImageSet?)
Sets the small icon to show in the tooltip.
public virtual IRichToolTip SetIcon(ImageSet? bitmap)
Parameters
bitmap
ImageSetIcon of the tooltip.
Returns
SetIcon(MessageBoxIcon?)
Sets the standard icon to show in the tooltip.
public virtual IRichToolTip SetIcon(MessageBoxIcon? icon)
Parameters
icon
MessageBoxIcon?One of the standard information/warning/error icons (the question icon doesn't make sense for a tooltip)