Try this:
1. Create an app in VS Express Edition 2010 (.NET 4.0).
2. Put these lines in the code wherever u like -
string text = Clipboard.GetText();
MessageBox.Show(text);
3. Copy some ANSI text (for simplicity) from notepad.
4. Run the app and see the result.
I see "Clipboard.GetText()" (without quotes) instead of actual data!
Can anyone confirm if this happens in Pro/Ultimate editions too?