'Declaration <DefaultValueAttribute()> <CategoryAttribute("Xceed PanelBar")> <DescriptionAttribute("Gets or sets the image list for the panel bar.")> Public Property ImageList As ImageList
'Usage Dim instance As PanelBar Dim value As ImageList instance.ImageList = value value = instance.ImageList
[DefaultValue()] [Category("Xceed PanelBar")] [Description("Gets or sets the image list for the panel bar.")] public ImageList ImageList {get; set;}