2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Context menuThe PopupMenu.Show method will by default return after the context menu is closed. Specifying SynchronousPopup property of the PopUpMenu to False will make it return immediately and now you can see the context menu for the dialog that was opened using PopupMenu. C# //Set the SynchronousPopup property to false this.popupMenu1.SynchronousPopup =false; VB 'Set the SynchronousPopup property to false Me.popupMenu1.SynchronousPopup = False
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.