WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1Thumbnail Class / ImageList Property

In This Topic
ImageList Property (C1Thumbnail)
In This Topic
Gets or sets the ImageList that contains the images to display on thumbnail buttons.
Syntax
'Declaration
 
<NotifyParentPropertyAttribute(True)>
<C1DescriptionAttribute("C1Thumbnail.ImageList", "The ImageList containing images to display on thumbnail buttons.")>
<DefaultValueAttribute("")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property ImageList As ImageList
 
See Also