windowsforms-devexpress-dot-utils-ef963fe5.md
Enumerates tooltip types that are supported by controls.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public enum ToolTipType
Public Enum ToolTipType
| Name | Description |
|---|---|
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