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