The current foreground color for this control, which is the color the control uses to draw its text.
[Visual Basic] Overridable Public Property ForeColor As Color [C#] public Color ForeColor {override get; override set;} [C++] public: __property virtual Color get_ForeColor(); public: __property virtual void set_ForeColor(Color); [JScript] public function get ForeColor() : Color; public function set ForeColor(Color);
TreeView Class | TreeView Members | System.WinForms Namespace