SpreadsheetGear 2017
BackgroundImage Property (WorkbookDesigner)






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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members