The System.Windows.Forms.ToolTipIcon enumeration defines a small set of standardized icons that can be displayed as part of a ToolTip. This is accomplished by setting the ToolTip.ToolTipIcon property of the System.Windows.Forms.ToolTip class to one of the following values.
Member Name | Description |
---|---|
Error |
An error icon |
Info |
An information icon. |
None |
Not a standard icon. |
Warning |
A warning icon. |