Method Name not accepting

I am using Invoke method and setting target type as System.Windows.Forms.Clipboard and giving the method name as SetImage .

It is giving me validation errors saying Clipboard doesnt have a public static method name “SetImage”

Please advice

1 Like

Hi @XYZ_1991,

Kindly enter the target object before entering target type and target method.
once you enter the target object, put a . (dot) next to the objectname, so that you will come
to know the exact methods that can be called. Once you identify the exact method, cut and paste the same in target object.

Cheers…!