dbicDate Send comments on this topic.
ImageList Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : ImageList Property

Gets or sets the image list associated with the control

Syntax

Visual Basic (Declaration) 
Public Property ImageList As ImageList
C# 
public ImageList ImageList {get; set;}

Property Value

ImageList control.

Remarks

The images in the list will be referenced when a property of the control (or sub-object) uses an index value to determine their image.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also