简体   繁体   中英

merge menustrip mdi child into mdi parent form

I have two forms (form1, form2). form1 is mdiparent of form2.

When I add menustrip to form2, this menu is added to form1 and not seen in form2, how do I solve this?

Also can I separate menustrip of mdichild and mdiparent forms?

Set either MenuStrip's AllowMerge property to 'false'

MSDN documentation

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM