Link Search Menu Expand Document

Root.PrintScreenMask Property

Explanation Masks the screen capture with the PrintScreen key.
Added since Ver.4.1.0
Not supported in Mobile, AI
Call format //.PrintScreenMask( flag )
Return value None
Arguments boolean flag If $ TRUE is specified, the masked image will be transferred to the clipboard by pressing the PrintScreen key thereafter.
Specifying $ FALSE will restore normal operation.
Since Ver.5.0.2, if $ TRUE is specified, the screen capture will not be transferred to the clipboard when the PrintScreen key is pressed after that.
Exception PKG-55 Could not occupy the PrintScreen key
Example of use
    //.PrintScreenMask($TRUE);
    
Related item