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.
我有两个面板 - panel1 和 panel2
我希望我的上下文菜单仅适用于 panel1 而不是 panel2。
我该怎么做?
将面板的上下文菜单设置为 null
panel1.ContextMenu = null;
如果您想要一个具有上下文菜单的面板,您应该将您的上下文菜单设置为该面板。因此,如果您不想要该面板上的上下文菜单, 请不要设置它。