Question
1
Replies
285
Views
Accenture
Posted: June 1, 2017
Last activity: March 5, 2018
Closed
Solved
Perform a right click in a windows application in Pega Robotics Studio
Hi,
I wanted to know whether its possible to perform a right click operation in a Windows application on any of the components - be it a table/grid or a simple tab in the application ?
The method to "right-click" is actually called ShowContextMenu. You can sometimes interrogate the menu items here by right-clicking the control in Object Explorer and selecting "Add Context Menu Items". You then right-click on the control manually and generate the menu and you should see those options appear in the popup to add to your adapter.