Back to Devexpress

ToolTipControllerShowEventArgs.HtmlImages Property

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

latest1.5 KB
Original Source

ToolTipControllerShowEventArgs.HtmlImages Property

Gets or sets a collection of images that you can embed into captions/messages/tooltips in the control using the image HTML-inspired tag.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public object HtmlImages { get; set; }
vb
Public Property HtmlImages As Object

Property Value

TypeDescription
Object

An ImageCollection or SvgImageCollection that contains images.

|

See Also

HTML-inspired Text Formatting

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace