The font that this item will be displayed in. If its value is null, it will be displayed using the global font for the ListView control that hosts it.
[Visual Basic] Public Property ForeColor As Color [C#] public Color ForeColor {get; set;} [C++] public: __property Color get_ForeColor(); public: __property void set_ForeColor(Color); [JScript] public function get ForeColor() : Color; public function set ForeColor(Color);
ListItem Class | ListItem Members | System.WinForms Namespace