Back to Devexpress

ToolTipControllerShowEventArgs.ImageList Property

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

latest1.8 KB
Original Source

ToolTipControllerShowEventArgs.ImageList Property

Gets or sets the source of images that can be displayed within tooltips.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Object

An object that represents the source of images that can be displayed within tooltips.

|

Remarks

The ImageList property stores the value of the ToolTipController.ImageList property provided by the ToolTipController that fires the current ToolTipController.BeforeShow event. You can assign another image list to the ImageList property if required.

See Also

ImageList

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace