'Declaration
<SRCategoryAttribute("Appearance")> <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("The background image used for the control.")> Public Overridable Property BackgroundImage As System.Drawing.Image
'Usage
Dim instance As EditSourceDialog Dim value As System.Drawing.Image instance.BackgroundImage = value value = instance.BackgroundImage
[SRCategory("Appearance")] [System.ComponentModel.DefaultValue()] [System.ComponentModel.Localizable(true)] [SRDescription("The background image used for the control.")] public virtual System.Drawing.Image BackgroundImage {get; set;}