The foreground color of this node. If null, the color used will be the default color from the TreeView control that this node is attached to
[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);
TreeNode Class | TreeNode Members | System.WinForms Namespace