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