Right click on a tree view

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

C#

Is it possible to get a popup menu to fire on right click of a node in a
treeview?

Thanks
 
Yes...
Create a new ContextMenuStrip, populate with required elements, then set the
TreeNode.ContextMenuStrip property to it.
 
Steve,

In addition to Paul

In 2002/2003 is what Paul write a ContextMenu in VS2005 there are as well
other (default) controls with the same function however than ....Strip.

I hope this helps,

Cor
 
Back
Top