G Guest Sep 22, 2005 #1 C# Is it possible to get a popup menu to fire on right click of a node in a treeview? Thanks
G Guest Sep 22, 2005 #2 Yes... Create a new ContextMenuStrip, populate with required elements, then set the TreeNode.ContextMenuStrip property to it.
Yes... Create a new ContextMenuStrip, populate with required elements, then set the TreeNode.ContextMenuStrip property to it.
C Cor Ligthert [MVP] Sep 22, 2005 #3 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
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