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



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SRDescriptionAttribute("The foreground color of this component, which is used to display text.")>
<DispIdAttribute(-513)>
<SRCategoryAttribute("Appearance")>
Public Overridable Property ForeColor As Color
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
C#  
[SRDescription("The foreground color of this component, which is used to display text.")]
[DispId(-513)]
[SRCategory("Appearance")]
public virtual Color ForeColor {get; set;}
C++/CLI  
[SRDescription("The foreground color of this component, which is used to display text.")]
[DispId(-513)]
[SRCategory("Appearance")]
public:
virtual property Color ForeColor {
   Color get();
   void set (    Color 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