Back to Devexpress

ToolTipIconType Enum

windowsforms-devexpress-dot-utils-e0656d03.md

latest3.5 KB
Original Source

ToolTipIconType Enum

Enumerates values that specify icon types to be displayed within tooltips.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public enum ToolTipIconType
vb
Public Enum ToolTipIconType

Members

NameDescription
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.

| | WindLogo |

A tooltip contains the Windows logo icon.

| | None |

A tooltip contains no predefined icon.

|

The following properties accept/return ToolTipIconType values:

Show 15 items

Remarks

To customize the icon for a particular tooltip, you can use the IconType argument in a ToolTipController.BeforeShow event.

See Also

ToolTipControllerShowEventArgs.IconType

DevExpress.Utils Namespace