'Declaration <DescriptionAttribute("The list of images that will be used by the child items of the SmartControl.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(False)> <LocalizableAttribute(True)> Public Property ItemsImageList As ImageList
'Usage Dim instance As SmartControl Dim value As ImageList instance.ItemsImageList = value value = instance.ItemsImageList
[Description("The list of images that will be used by the child items of the SmartControl.")] [Category("Appearance")] [DefaultValue()] [Browsable(true)] [MergableProperty(false)] [Localizable(true)] public ImageList ItemsImageList {get; set;}