使用 DockPanelWorkspace 时,MdiWindowListItem 的等效项是什么?
我们有一个复合应用程序,其中 DockPanelWorkspace 作为其主要用户界面区域。 其上方是一个 MenuStrip,其窗口菜单设置为其 MdiWindowListItem。 不幸的是,正如我担心的那样,窗口菜单中没有填充打开的视图。
CAB 中是否有等效项可以用工作区中打开的视图列表填充菜单? 如果没有,我应该如何实现该功能?
We have a composite application with a DockPanelWorkspace as its main user interface area. Above this sits a MenuStrip with a window menu set as its MdiWindowListItem. Unfortunately, as I feared, the window menu isn't populated with the open views.
Is there an equivalent in CAB that will populate a menu with a list of the open views in a workspace? If not, how should I go about implementing that feature?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MdiWindowListItem 会自动填充作为 MdiChild 添加的项目。 您必须为停靠窗口开发自定义逻辑,处理以下 .
MdiWindowListItem is automatically populated with items added as MdiChild. You have to develop custom logic for docked window, handling the following .