'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the image used by this item.")> <System.ComponentModel.EditorAttribute(Nevron.UI.NImageTypeEditorWithSystemIcons, System.Drawing.Design.UITypeEditor)> Public Overridable Property Image As System.Drawing.Image
'Usage
Dim instance As NImageAndTextItem Dim value As System.Drawing.Image instance.Image = value value = instance.Image
[System.ComponentModel.Description("Gets/sets the image used by this item.")] [System.ComponentModel.Editor(Nevron.UI.NImageTypeEditorWithSystemIcons, System.Drawing.Design.UITypeEditor)] public virtual System.Drawing.Image Image {get; set;}