This documentation is archived and is not being maintained.
Form.BackColor Property
.NET Framework 1.1
This member overrides Control.BackColor.
[Visual Basic] Overrides Public Property BackColor As Color [C#] public override Color BackColor {get; set;} [C++] public: __property Color get_BackColor(); public: __property void set_BackColor(Color); [JScript] public override function get BackColor() : Color; public override function set BackColor(Color);
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
Show: