Clipboard Class Reference

Class for accessing the clipboard. More...

List of all members.

Static Public Member Functions

static void SetText (string text)
 Stores text in the clipboard.
static string GetText ()
 Obtains the clipboard text.

Detailed Description

Class for accessing the clipboard.


Member Function Documentation

static string GetText ( ) [static]

Obtains the clipboard text.

Returns:
Clipboard text
static void SetText ( string  text) [static]

Stores text in the clipboard.

Parameters:
textText to be stored