M Morten Dec 28, 2003 #1 Does anyone have an example (in C#) of how to generate a popup menu, when executing a tab-and-hold method? Best regards Morten
Does anyone have an example (in C#) of how to generate a popup menu, when executing a tab-and-hold method? Best regards Morten
T Tim Wilson Dec 28, 2003 #2 If you are displaying the ContextMenu manually then you can call its Show method. Otherwise, if you want the ContextMenu to be associated with a specific control then assign the menu to the ContextMenu property of that control.
If you are displaying the ContextMenu manually then you can call its Show method. Otherwise, if you want the ContextMenu to be associated with a specific control then assign the menu to the ContextMenu property of that control.
M Morten Dec 28, 2003 #3 Arh thank you. I had heard about the ContextMenu, but I just thought it was like a default drop-down menu. Thanks again. Best regards, Morten
Arh thank you. I had heard about the ContextMenu, but I just thought it was like a default drop-down menu. Thanks again. Best regards, Morten