Wimark.Controls Class Library  

DataGridViewStyle.SelectionBackColor Property

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

[Visual Basic]
Public Property SelectionBackColor As Color 
[C#]
public Color SelectionBackColor {get; set;}
[C++]
public: __property Color get_SelectionBackColor();
public: __property void set_SelectionBackColor(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