クラス Clipboard

クリップボードにアクセスするためのクラス [詳細]

すべてのメンバ一覧

Static Public メソッド

static void SetText (string text)
 クリップボードにテキストを格納する
static string GetText ()
 クリップボードのテキストを取得する

説明

クリップボードにアクセスするためのクラス


メソッド

static string GetText ( ) [static]

クリップボードのテキストを取得する

戻り値:
クリップボードの文字列
static void SetText ( string  text) [static]

クリップボードにテキストを格納する

引数:
text格納する文字列