- getClipboard
ClipboardFormat[] getClipboard(DWORD[] desiredFormatsP)
Get clipboard data for the specified (default: all) formats.
- getClipboardText
string getClipboardText()
Undocumented in source. Be warned that the author may not have intended to support it.
- getClipboardText
string getClipboardText()
Undocumented in source. Be warned that the author may not have intended to support it.
- setClipboard
void setClipboard(ClipboardFormat[] formats)
Undocumented in source. Be warned that the author may not have intended to support it.
- setClipboardText
void setClipboardText(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- setClipboardText
void setClipboardText(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
OS clipboard interaction.