R
rajkiranpro
I want to select an item in a list view whenever the right mouse button is
clicked..
I just see a click event.
I tried to get the coordinates form the mousedown event but how to use the
coordinates to select an item from the listbox
if (e.Button == MouseButtons.Right)
{
//dono what to do next
}
Any Suggestions?
Thanks
Rajkiran
clicked..
I just see a click event.
I tried to get the coordinates form the mousedown event but how to use the
coordinates to select an item from the listbox
if (e.Button == MouseButtons.Right)
{
//dono what to do next
}
Any Suggestions?
Thanks
Rajkiran