Forum Discussion

kcsahu777's avatar
kcsahu777
Contributor
12 years ago

Multiselect using Ctrl and Click

How to click on an object with ctrl key pressed.



This to multiselect from a grid using Ctrl key and click option.

1 Reply

  • I use Sys.Desktop.KeyDown(Win32API.VK_CONTROL), Sys.Desktop.KeyDown(Win32API.VK_SHIFT), and the corresponding Sys.Desktop.KeyUp commands.