ToolTipIcon Enum

Definition

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

public enum ToolTipIcon
Inheritance
ToolTipIcon

Fields

Name Value Description
None 0

Not a standard icon.

Info 1

An information icon.

Warning 2

A warning icon.

Error 3

An error icon.

Remarks

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.

Applies to

Prodotto Versioni
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also