Back to Devexpress

ToolTipType Enum

windowsforms-devexpress-dot-utils-ef963fe5.md

latest2.0 KB
Original Source

ToolTipType Enum

Enumerates tooltip types that are supported by controls.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public enum ToolTipType
vb
Public Enum ToolTipType

Members

NameDescription
Default

The default tooltip type. The actual tooltip type is determined by a control.

| | Standard |

A regular tooltip that consists of the title and contents regions.

| | SuperTip |

A SuperToolTip that supports multiple text and image regions.

| | Flyout |

A tooltip that allows you to display any control in the FlyoutPanel control.

| | Html |

A tooltip that utilizes the HTML template assigned to the controller’s HtmlTemplate property.

|

The following properties accept/return ToolTipType values:

See Also

ToolTipControlInfo.ToolTipType

ToolTipController.ToolTipType

ToolTipControllerShowEventArgs.ToolTipType

DevExpress.Utils Namespace