GrapeCity MultiRow Windows Forms Documentation
EditingForeColor Property


Gets or sets foreground color of the Cell editing control when the cell is in edit mode.
Syntax
<SRCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the foreground color of the cell's editing control when the cell is in edit mode.")>
Public Property EditingForeColor As Color
Dim instance As CellStyle
Dim value As Color
 
instance.EditingForeColor = value
 
value = instance.EditingForeColor
[SRCategory("Appearance")]
[DefaultValue()]
[SRDescription("Indicates the foreground color of the cell's editing control when the cell is in edit mode.")]
public Color EditingForeColor {get; set;}

Property Value

A System.Drawing.Color value that represents the foreground color of the Cell editing control when the cell is in editing status. 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.