GrapeCity MultiRow Windows Forms Documentation
DisabledForeColor Property


Gets or sets the disabled foreground color of the Cell.
Syntax
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the foreground color when the cell's Enable property is set to false.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property DisabledForeColor As Color
Dim instance As CellStyle
Dim value As Color
 
instance.DisabledForeColor = value
 
value = instance.DisabledForeColor
[DefaultValue()]
[SRCategory("Appearance")]
[SRDescription("Indicates the foreground color when the cell's Enable property is set to false.")]
[RefreshProperties(RefreshProperties.Repaint)]
public Color DisabledForeColor {get; set;}

Property Value

A System.Drawing.Color value that represents the foreground color of the Cell in a disabled state. The default is Color.Empty.
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

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.