System.Windows.Forms.ToolTipIcon Enumeration

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

Syntax

public enum ToolTipIcon

Remarks

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.

Members

Member NameDescription
Error

An error icon

Info

An information icon.

None

Not a standard icon.

Warning

A warning icon.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0