合并MDI工具栏
在.net MDI应用程序中,子窗体的菜单自动合并到父窗体的菜单中。 有没有办法对工具栏做类似的事情。这个概念是将活动子工具栏发送到父工具栏条带。
我发现 http://community.devexpress.com/forums/p/5696/ 24663.aspx 但无法实现。
In .net MDI application the menu of child form automatically is merged to the menu of parent form.
Is there a way to do similar thing with the tool bars.The concept is to send the toolbar of active child to the parent toolbar stripe.
I found http://community.devexpress.com/forums/p/5696/24663.aspx but could not achieve it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果按照以下方式就可以完成。
更多详细信息,请参阅此博客 。两种形式都应该有一个工具条。
It can be done if following way .
More detail could be found in this blog. Both forms should have a toolstrip.