Wimark.Controls Class Library  

DataGridViewStyle.SelectionForeColor Property

Gets or sets the foreground color used by a DataGridView cell or header when it is selected.

[Visual Basic]
Public Property SelectionForeColor As Color 
[C#]
public Color SelectionForeColor {get; set;}
[C++]
public: __property Color get_SelectionForeColor();
public: __property void set_SelectionForeColor(Color);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewStyle Class | DataGridViewStyle Members | Wimark.Controls Namespace | DataGridView