GrapeCity MultiRow Windows Forms Documentation
SelectionForeColor Property


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

Property Value

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