'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the imagelist to be used by this item.")> Public Overridable Property ImageList As System.Windows.Forms.ImageList
'Usage
Dim instance As NImageAndTextItem Dim value As System.Windows.Forms.ImageList instance.ImageList = value value = instance.ImageList
[System.ComponentModel.Description("Gets/sets the imagelist to be used by this item.")] public virtual System.Windows.Forms.ImageList ImageList {get; set;}