Back to Devexpress

AlertControl.HtmlImages Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-e72f95ca.md

latest2.4 KB
Original Source

AlertControl.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.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

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.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the HtmlImages 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-alert-display-colored-messages-html-css-support/CS/WindowsFormsApplication2/Form1.cs#L10

csharp
InitializeComponent();
    alertControl2.HtmlImages = svgImageCollection1;
}

See Also

HTML-inspired Text Formatting

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace