SystemColors.MenuBar Property
Definition
Gets a Color structure that is the color of the background of a menu bar.
public:
static property System::Drawing::Color MenuBar { System::Drawing::Color get(); };
public static System.Drawing.Color MenuBar { get; }
member this.MenuBar : System.Drawing.Color
Public Shared ReadOnly Property MenuBar As Color
Property Value
A Color that is the color of the background of a menu bar.