'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;}
public read-write property BackgroundImage: System.Drawing.Image; virtual;
SRCategoryAttribute("CatAppearance") System.ComponentModel.DefaultValueAttribute("") System.ComponentModel.LocalizableAttribute() SRDescriptionAttribute("ControlBackgroundImageDescr") public function get,set BackgroundImage : System.Drawing.Image
[SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Localizable(true)] [SRDescription("ControlBackgroundImageDescr")] public: __property virtual System.Drawing.Image* get_BackgroundImage(); public: __property virtual void set_BackgroundImage( System.Drawing.Image* value );