thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
401 stars 225 forks source link

MetroContextMenu now being created in InitializeComponent() #55

Open theryan722 opened 9 years ago

theryan722 commented 9 years ago

Visual Studio says all of my MetroContextMenu's have not been created, and as a result does not let me view the designer. When you try to manually create one as so, the constructor for the MetroContextMenu has a parameter "Container" and I do not know what to set for this. Instead I simply converted all of the context menus to regular Windows Forms controls.