BackgroundImage Property
See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace > CredentialsDialog Class : BackgroundImage Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SRCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
<SRDescriptionAttribute("The background image used for the control.")>
Public Overridable Property BackgroundImage As Image
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
C#  
[SRCategory("Appearance")]
[DefaultValue()]
[Localizable(true)]
[SRDescription("The background image used for the control.")]
public virtual Image BackgroundImage {get; set;}
C++/CLI  
[SRCategory("Appearance")]
[DefaultValue()]
[Localizable(true)]
[SRDescription("The background image used for the control.")]
public:
virtual property Image^ BackgroundImage {
   Image^ get();
   void set (    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