JAMS Developer Guide
ForeColor Property (Monitor)


MVPSI.JAMSWeb.Controls Namespace > Monitor Class : ForeColor Property
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<WebCategoryAttribute("Appearance")>
<WebSysDescriptionAttribute("Color of the text within the control.")>
<System.ComponentModel.TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Overridable Property ForeColor As System.Drawing.Color
'Usage
 
Dim instance As Monitor
Dim value As System.Drawing.Color
 
instance.ForeColor = value
 
value = instance.ForeColor
[System.ComponentModel.DefaultValue()]
[WebCategory("Appearance")]
[WebSysDescription("Color of the text within the control.")]
[System.ComponentModel.TypeConverter("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public virtual System.Drawing.Color ForeColor {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

Monitor Class
Monitor Members