Firstly, the System.Windows.Forms.MenuStrip is a WinForm control. In WPF, we use System.Windows.Cont

Firstly, the System.Windows.Forms.MenuStrip is a WinForm control. In WPF, we use System.Windows.Controls.Menu control.

The System.Windows.Controls.Menu is available under the "All WPF Controls" tab in the Toolbox in both Visual Studio 2008 and Visual Studio 2010 Beta2.
Was this page helpful?