ContextMenuStrip Is Available On NotifyIcon, But Not ContextMenu?
- by Soo
I'm adding a ContextMenu to a WinForm application and I want to associate it to a NotifyIcon. The issue is the NotifyIcon's properties only include ContextMenuStrip and not ContextMenu.
How can I add a ContextMenu to my icon?
Thanks!