Dmitry asked 2017-08-15 11:50:00 UTC
Dear WiseJ team,
Here is a test application with TabControl and 3 TabPages:
- tabControl has a ContextMenu
- tabPage1 does not have ContextMenu (ContextMenu=null)
- tabPage2 has its own ContextMenu (not empty)
- tabPage3 has its own ContextMenu (empty)
Finally I need ContextMenu just for right clicking on the tab, but not inside the tub.
As you see in example:
- if tab has no ContextMenu - the tabControls ContextMenu is activated on right click
- if tab has its own ContextMenu - its ContextMenu is activated on right click
- if tab has empty ContextMenu - the strange empty rectangle is activated on right click
Could you check please this example and suggest the solution?
Kind regards,
Dmitry
Dmitry asked 2017-08-15 11:50:00 UTC
Dear WiseJ team,
Here is a test application with TabControl and 3 TabPages:
Finally I need ContextMenu just for right clicking on the tab, but not inside the tub.
As you see in example:
Could you check please this example and suggest the solution?
Kind regards,
Dmitry