SpreadsheetGear.Windows.Forms Namespace > WorkbookExplorer Class : BackgroundImage Property |
'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 WorkbookExplorer 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;}
public read-write property BackgroundImage: System.Drawing.Image; virtual;
SRCategoryAttribute("Appearance") System.ComponentModel.DefaultValueAttribute() System.ComponentModel.LocalizableAttribute() SRDescriptionAttribute("The background image used for the control.") public function get,set BackgroundImage : System.Drawing.Image
[SRCategory("Appearance")] [System.ComponentModel.DefaultValue()] [System.ComponentModel.Localizable(true)] [SRDescription("The background image used for the control.")] public: __property virtual System.Drawing.Image* get_BackgroundImage(); public: __property virtual void set_BackgroundImage( System.Drawing.Image* value );
[SRCategory("Appearance")] [System.ComponentModel.DefaultValue()] [System.ComponentModel.Localizable(true)] [SRDescription("The background image used for the control.")] public: virtual property System.Drawing.Image^ BackgroundImage { System.Drawing.Image^ get(); void set ( System.Drawing.Image^ value); }
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