The background 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 BackColor As Color [C#] public Color BackColor {get; set;} [C++] public: __property Color get_BackColor(); public: __property void set_BackColor(Color); [JScript] public function get BackColor() : Color; public function set BackColor(Color);
TreeNode Class | TreeNode Members | System.WinForms Namespace