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