| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1Thumbnail Class : ImageList Property |
<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); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2