Verify control attribute Screenshot issue

Hi,
I am using test suite for my current project where I am utilizing the Verify control attribute activity to take screenshot whenever the test cases are failed or passed.
I found out that while taking the screenshot, the activity takes the whole window screen (including Taskbar).

Our client wants that the bot should not include the taskbar in the screenshot.

Is it possible to customize the image while taking the screenshot so that the bot does not take the whole picture of the window?

Please need suggestion on this.
Thanks

You can provide the clipping region(in properties of take screenshot) with the co-ordinates of the screen that doesn’t include the taskbar

thanks for the reply, take screenshot is another activity.
Can’t I do it in verify control attribute activity in any other way ?
I don’t think so right ?

Actually, I need to store the screenshot into the Test manager.

No I guess,
but you can use the output of verify control activity
and if it fails use take screenshot activity.