'Declaration
<SRDescriptionAttribute("ControlBackgroundImageDescr")> <SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.LocalizableAttribute(True)> 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
[SRDescription("ControlBackgroundImageDescr")] [SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Localizable(true)] public virtual System.Drawing.Image BackgroundImage {get; set;}