'Declaration <DescriptionAttribute("The list of images that will be used by each RowSelector when needed.")> <CategoryAttribute("Appearance")> <RefreshPropertiesAttribute(RefreshProperties.All)> Public Property ImageList As ImageList
'Usage Dim instance As RowSelectorPane Dim value As ImageList instance.ImageList = value value = instance.ImageList
[Description("The list of images that will be used by each RowSelector when needed.")] [Category("Appearance")] [RefreshProperties(RefreshProperties.All)] public ImageList ImageList {get; set;}