'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("ControlBackgroundImageDescr")> Public Overridable Property BackgroundImage As System.Drawing.Image
'Usage
Dim instance As WorkbookDesigner Dim value As System.Drawing.Image instance.BackgroundImage = value value = instance.BackgroundImage
[SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Localizable(true)] [SRDescription("ControlBackgroundImageDescr")] public virtual System.Drawing.Image BackgroundImage {get; set;}