Back to Devexpress

ToolTipController.HtmlImages Property

windowsforms-devexpress-dot-utils-dot-tooltipcontroller-26dce2f6.md

latest1.5 KB
Original Source

ToolTipController.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
[DefaultValue(null)]
[DXCategory("Appearance")]
public object HtmlImages { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Property HtmlImages As Object

Property Value

TypeDefaultDescription
Objectnull

An ImageCollection or SvgImageCollection that contains images.

|

See Also

HTML-inspired Text Formatting

ToolTipController Class

ToolTipController Members

DevExpress.Utils Namespace