Popup menu (Tab-and-hold)

  • Thread starter Thread starter Morten
  • Start date Start date
M

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
 
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.
 
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
 
Back
Top