クリップボードにアクセスするためのクラス [詳細]
Static Public メソッド | |
| static void | SetText (string text) |
| クリップボードにテキストを格納する | |
| static string | GetText () |
| クリップボードのテキストを取得する | |
クリップボードにアクセスするためのクラス
| static string GetText | ( | ) | [static] |
クリップボードのテキストを取得する
| static void SetText | ( | string | text | ) | [static] |
クリップボードにテキストを格納する
| text | 格納する文字列 |