I am looking for a procedure or something that gets fired if I right click on a Node (or in general on the VirtualStringTree)
I have the following scenario:
- I have my VST close to a listview.
- I can only multi select root nodes with the mouse (hold mousebutton and move the mouse)
- If I click on ANY child node (right or left) - it is selected (+ [VSelected] State)
- If I right click on a root node it selects automatically and opens a popupmenu.
Now I would like to have a different popupmenu for ( 1 common ) for all my child nodes (and only if they are selected).
Hope you can understand what I mean, thank your for your help.