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