'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute("")> <SRDescriptionAttribute("ListViewLargeImageListDescr")> Public Property LargeImageList As System.Windows.Forms.ImageList
'Usage
Dim instance As NListView Dim value As System.Windows.Forms.ImageList instance.LargeImageList = value value = instance.LargeImageList
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue("")] [SRDescription("ListViewLargeImageListDescr")] public System.Windows.Forms.ImageList LargeImageList {get; set;}