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