Forum Discussion

sameerjade's avatar
sameerjade
Frequent Contributor
7 years ago
Solved

How to set Mouse to False in Picture Method (Desktop Objects)

Hello,   I am trying to use the Picture Method (Desktop Objects) which has the syntax: TestObj.Picture(ClientX, ClientY, Width, Height, Mouse)   I want to set Mouse to False and rest all to defa...
  • tristaanogre's avatar
    7 years ago

    Because the "Mouse" property happens after several others, if you want to keep the defaults of those, you'll need to do something like

     

    TestObj.Picture(0,0,-1,-1,false)