SystemBrushes.MenuBar Property

Definition

Gets a SolidBrush that is the color of the background of a menu bar.

public:
 static property System::Drawing::Brush ^ MenuBar { System::Drawing::Brush ^ get(); };
public static System.Drawing.Brush MenuBar { get; }
static member MenuBar : System.Drawing.Brush
Public Shared ReadOnly Property MenuBar As Brush

Property Value

A SolidBrush that is the color of the background of a menu bar.

Applies to