The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ToolTipIcon Enumeration
.NET Framework (current version)
Defines a set of standardized icons that can be associated with a ToolTip.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Error | An error icon | |
| Info | An information icon. | |
| None | Not a standard icon. | |
| Warning | A warning icon. |
The 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 ToolTip class to one of the following values.
.NET Framework
Available since 2.0
Available since 2.0
Show: