left click context menus for treeviews

This post has 1 reply

Not Ranked
Posts: 7
szhao Posted: Wed Aug 29, 2007 @ 11:45 AM
i have a context menu that pops up when i right click a treeview node. i was wondering if i can also have the same menu popup when i left click the node.
Top 25 Contributor
Posts: 336
sadat Posted: Wed Aug 29, 2007 @ 12:46 PM
Yes, you can hook up the NodeSelected event and call Menu1.show() method to do this.
Page 1 of 1 (2 items)