Skip to main content
A newer version of this page is available. .

ToolTipIconType Enum

Lists values specifying icon types to be displayed within tooltips.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public enum ToolTipIconType

Members

Name Description
Application

A tooltip contains the default application icon.

Asterisk

A tooltip contains the system asterisk icon.

Error

A tooltip contains the system error icon.

Exclamation

A tooltip contains the system exclamation icon.

Hand

A tooltip contains the system hand icon.

Information

A tooltip contains the system information icon.

Question

A tooltip contains the system question icon.

Warning

A tooltip contains the system warning icon.

A tooltip contains the Windows logo icon.

None

A tooltip contains no predefined icon.

Remarks

Values listed by this enumeration are used to set the ToolTipController component’s ToolTipController.IconType property. Additionally, the values can be used to set the ToolTipControllerShowEventArgs.IconType property when handling the ToolTipController.BeforeShow event.

See Also