Back to Devexpress

ToolTipControllerShowEventArgs.SuperTip Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-5b9bdd25.md

latest2.3 KB
Original Source

ToolTipControllerShowEventArgs.SuperTip Property

Gets or sets a SuperToolTip.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public SuperToolTip SuperTip { get; set; }
vb
Public Property SuperTip As SuperToolTip

Property Value

TypeDescription
SuperToolTip

A SuperToolTip object.

|

Remarks

To learn about regular tooltips and SuperToolTips, see ToolTipControllerShowEventArgs.ToolTipType.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SuperTip property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

winforms-scheduler-display-custom-tooltips/VB/Form1.vb#L41

vb
stt.Items.Add(ttiFooter)
    e.SuperTip = stt
End If

See Also

ToolTipType

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace