picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.58k stars 325 forks source link

Clipboard / Pasteboard Manager #256

Closed adrnsoh closed 9 years ago

adrnsoh commented 9 years ago

Hi,

Embedding Eto forms into an iOS app, would System.Windows still work?

I'm trying to use copy/paste from a PCL library.

cwensley commented 9 years ago

System.Windows is a windows-only namespace, so no it won't work. Eto.Forms is an abstraction overtop the native toolkits, with its own implementation. So, have to use the Eto.Forms controls and functionality from the Eto.Forms namespace.

There is an existing Clipboard object, but it is not yet implemented for iOS. However, this is not an overly onerous task if you need this functionality.