bool SetClipboard(string)
Sets the Windows clipboard with text
Security
Trust Level Required: Full Trust
Parameters
Name | Description |
text |
string The text to save to the clipboard. |
Return
True on success
Examples
if(KioUtils.setclipboard('Copied to clipboard from JS call')) console.log("Copied text to clipboard");
Requirements
KioWare for Windows version 8.1 or greater.