In C# with VS 2012 is it possible to "read" what a user highlights in another program?
For instance if a user is running Firefox, and uses the mouse to select (or highlight) a piece of text, can a program built with C# be "aware" of this selected text?
I have searched around, but I have come up empty.