Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用“WeifenLuo.WinFormsUI.Docking”控件。
我需要通过单击文档选项卡来显示上下文菜单。
目前我只能在文档本身或菜单条上显示上下文菜单 - 但我没有找到将菜单绑定到选项卡的方法。
有人有想法吗?
存在一个名为 TapPageContextMenu 的属性。
要将上下文菜单绑定到顶部使用的选项卡寄存器:
DockContent.TabPageContextMenu
这是你要找的吗?