ContextMenuStrip component of a Form Not working on Pega Robot Studio V22

Hello Community!

I’m not able to access any of the ContextMenuStrip’s properties, events or methods in the new Pega Robot Studio V22.

I can only use to design in a form ( Winform ), add toolstripmenu items, but when used on automation, nothing is been added. No properties, methods and events are seen.

Any idea what could be the reason ?

Regards,
Aashish

@aashishwagleI believe you actually want to use a MenuStrip. Are you trying to add the menu at the top of the form (like File, View, etc.) or are you trying to add a menu that appears when the user right-clicks on something?

@ThomasSasnett No Not the Menustrip.
I’m trying to add a menu that should appear when the user clicks a button

@aashishwagleThe ContextMenuStrip itself does not show in the Palette, however the menu items you add to it do (so you can respond to their click events). If you assign the ContextMenuStrip to the Form itself (by selecting it from the ContextMenuStrip property and setting this to your ContextMenuStrip), then you can locate the Show method on this property to be able to call the Show Method. I will have to see why the control itself is excluded from the Palette.