O
Oleg Medyanik
Hi.
Does AutoClose property works for ContextMenuStrip ?
Steps to reproduce:
1. Create new Windows Application Project
2. Add ContextMenuStrip.
2.1 Add some items (ToolStripMenuItems)
2.2. Set AutoClose = False
3. Set Form1.ContextMenuStrip = contextMenuStrip1
Run the project and rightclick the form. Context Menu does not appear for
me.
If you set AutoClose = True (default value) - everything works fine.
Thank You.
Does AutoClose property works for ContextMenuStrip ?
Steps to reproduce:
1. Create new Windows Application Project
2. Add ContextMenuStrip.
2.1 Add some items (ToolStripMenuItems)
2.2. Set AutoClose = False
3. Set Form1.ContextMenuStrip = contextMenuStrip1
Run the project and rightclick the form. Context Menu does not appear for
me.
If you set AutoClose = True (default value) - everything works fine.
Thank You.