Back to Devexpress

ToolTipControllerShowEventArgs.ToolTipImage Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-a5d93668.md

latest1.9 KB
Original Source

ToolTipControllerShowEventArgs.ToolTipImage Property

Gets or sets the image to display within the current tooltip.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public Image ToolTipImage { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ToolTipImage As Image

Property Value

TypeDescription
Image

An Image object that specifies the image to display within the current tooltip.

|

Remarks

Use the e.ImageOptions property to display custom tooltip images and specify their settings.

In addition to custom images, you can display predefined icons in tooltips. Use the ToolTipControllerShowEventArgs.IconType property to specify the type of icon to be displayed.

See Also

IconType

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace