Back to Devexpress

WindowsUIButtonPanel.HtmlImages Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-791648ef.md

latest1.6 KB
Original Source

WindowsUIButtonPanel.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.Docking2010

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.

|

See Also

HTML-inspired Text Formatting

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace