PowerUI.Clipboard Class Reference

Detailed Description

Wraps copy/paste functionality into a simple interface.

Static Public Member Functions

static string Paste ()
 Pastes the text from the clipboard. More...
 
static void Copy (string text)
 Copies the given text onto the system clipboard. More...
 

Member Function Documentation

static void PowerUI.Clipboard.Copy ( string  text)
inlinestatic

Copies the given text onto the system clipboard.

static string PowerUI.Clipboard.Paste ( )
inlinestatic

Pastes the text from the clipboard.