Is there a way in TreeViewFolders_DoubleClick to determine which button caused the DoubleClick

  • Thread starter Thread starter Just Me
  • Start date Start date
J

Just Me

Private Sub TreeViewFolders_DoubleClick(ByVal se...

If TreeViewFolders.MouseButtons <> MouseButtons.Right Then



If, as above, I try to check which mouse button caused the DoubleClick I
get

TreeViewFolders.MouseButtons =None



Is there a way in TreeViewFolders_DoubleClick to determine which button
caused the DoubleClick?



Thanks
 
Why would you want to check if the user has double right-clicked? It doesn't
make sense

Crouchie1998
BA (HONS) MCP MCSE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top