Search code examples
c#clipboardsendkeys

What does Clipboard or SendKeys class has to do with WinForms?


Those two useful classes are both under the System.Windows.Forms reference....

I can't see much relation between those and winforms.. Does anybody know why they're there?

thanks.


Solution

  • They internally use Win32 platform APIs, on which WinForm was built.