JAMS Developer Guide
BackgroundImage Property (EditSourceManager)


MVPSI.JAMS Namespace > EditSourceManager Class : BackgroundImage Property
Syntax
'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 EditSourceManager
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;}
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

EditSourceManager Class
EditSourceManager Members