WeifenLuo.WinFormsUI.Docking 的选项卡上下文菜单

发布于 2024-08-11 08:24:24 字数 145 浏览 4 评论 0原文

我正在使用“WeifenLuo.WinFormsUI.Docking”控件。

我需要通过单击文档选项卡来显示上下文菜单。

目前,我只能在文档本身或菜单条上显示上下文菜单 - 但我没有找到将菜单绑定到选项卡的方法。

有人有想法吗?

I'm using the "WeifenLuo.WinFormsUI.Docking" control.

I need to show a context menu by clicking on a document tab.

At the moment I just can show a context menu at the document itself or for the menustrip - but I didn't found a way to bind a menu to the tab.

Does anyone have an idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

听,心雨的声音 2024-08-18 08:24:24

存在一个名为 TapPageContextMenu 的属性。

要将上下文菜单绑定到顶部的选项卡注册,请使用:

DockContent.TabPageContextMenu

这是您要找的吗?

There exists a property called TapPageContextMenu.

To bind a context menu to tab register on top use:

DockContent.TabPageContextMenu

Is this what you were looking for?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文