'Declaration
<System.ComponentModel.DescriptionAttribute("Gets or sets the style of the tabs.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property ImageList As System.Windows.Forms.ImageList
'Usage
Dim instance As NDocumentStyle Dim value As System.Windows.Forms.ImageList instance.ImageList = value value = instance.ImageList
[System.ComponentModel.Description("Gets or sets the style of the tabs.")] [System.Xml.Serialization.XmlIgnore()] public System.Windows.Forms.ImageList ImageList {get; set;}