-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: Clipboard
Silverlight 4 – Clipboard Access
Silverlight 4 introduces a new API for accessing the clipboard through 3 static methods – GetText(), SetText(), ContainsText() . Using these methods is very simple, for example to test if there is anything on the clipboard and then paste it … Continue reading