'Declaration
<NotifyParentPropertyAttribute(True)> <C1DescriptionAttribute("C1Thumbnail.ImageList", "The ImageList containing images to display on thumbnail buttons.")> <DefaultValueAttribute("")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property ImageList As ImageList
[NotifyParentProperty(true)] [C1Description("C1Thumbnail.ImageList", "The ImageList containing images to display on thumbnail buttons.")] [DefaultValue("")] [RefreshProperties(RefreshProperties.Repaint)] public ImageList ImageList {get; set;}