MenuStrip Constructor ()
.NET Framework (current version)
Initializes a new instance of the MenuStrip class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Use this constructor to create a MenuStrip to which you can add ToolStripMenuItem objects.
The following code example demonstrates the MenuStrip constructor. This example is part of a larger example provided for the ToolStripPanel class.
.NET Framework
Available since 2.0
Available since 2.0
Show: