Class for accessing the clipboard. More...
Static Public Member Functions | |
static void | SetText (string text) |
Stores text in the clipboard. | |
static string | GetText () |
Obtains the clipboard text. |
Class for accessing the clipboard.
static string GetText | ( | ) | [static] |
Obtains the clipboard text.
static void SetText | ( | string | text | ) | [static] |
Stores text in the clipboard.
text | Text to be stored |