Definition at line 30 of file CClipBoard.hpp.
| static bool Exponent::Host::CClipBoard::copyStringToSystemClipboard | ( | const CString & | text | ) | [static] |
Copy to text to the system clipboard
| text | The text to place on the clipboard |
| bool | True if placed correctly, false otherwise |
| static bool Exponent::Host::CClipBoard::getStringFromSystemClipboard | ( | CString & | text | ) | [static] |
Get text from system clipboard
| text | On return is filled with the text from the clipbaord |
| bool | True if stored properly, false otherwise |