ComboBox.ForeColor Property
.NET Framework 1.1
This member overrides Control.ForeColor.
[Visual Basic] Overrides Public Property ForeColor As Color [C#] public override Color ForeColor {get; set;} [C++] public: __property Color get_ForeColor(); public: __property void set_ForeColor(Color); [JScript] public override function get ForeColor() : Color; public override function set ForeColor(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
ComboBox Class | ComboBox Members | System.Windows.Forms Namespace