Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Defines a set of standardized icons that can be associated with a ToolTip.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public enum class ToolTipIcon

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft