ToolStripContentPanel::BackColor Property
.NET Framework (current version)
Overridden to ensure that the background color of the ToolStripContainer reflects the background color of the ToolStripContentPanel.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property Color BackColor { virtual Color get() override; virtual void set(Color value) override; }
Property Value
Type: System.Drawing::ColorA Color structure representing the background color of the ToolStripContentPanel.
.NET Framework
Available since 2.0
Available since 2.0
Show: