ComponentOne Windows 7 Control Pack for WinForms
ImageList Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1Thumbnail Class : ImageList Property
Gets or sets the ImageList that contains the images to display on thumbnail buttons.
Syntax
<NotifyParentPropertyAttribute(True)>
<C1DescriptionAttribute("The ImageList containing images to display on thumbnail buttons.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<DefaultValueAttribute()>
Public Property ImageList As ImageList
Dim instance As C1Thumbnail
Dim value As ImageList
 
instance.ImageList = value
 
value = instance.ImageList
[NotifyParentProperty(true)]
[C1Description("The ImageList containing images to display on thumbnail buttons.")]
[RefreshProperties(RefreshProperties.Repaint)]
[DefaultValue()]
public ImageList ImageList {get; set;}
[NotifyParentProperty(true)]
[C1Description("The ImageList containing images to display on thumbnail buttons.")]
[RefreshProperties(RefreshProperties.Repaint)]
[DefaultValue()]
public:
property ImageList^ ImageList {
   ImageList^ get();
   void set (    ImageList^ value);
}
See Also

Reference

C1Thumbnail Class
C1Thumbnail Members