tao icon indicating copy to clipboard operation
tao copied to clipboard

[feat] Is it possible to implement something like System.Clipboard.SetDataObject in windows' c# api?

Open tauri-apps[bot] opened this issue 2 years ago • 0 comments

This issue has been upstream from https://github.com/tauri-apps/tauri/issues/3671

Describe the problem

https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.clipboard.setdataobject?view=windowsdesktop-6.0

This api allow u to clears the Clipboard and then places nonpersistent data on it.

Describe the solution you'd like

app_handle.clipboard_manager().replace_clipboard_contents() or some else

Alternatives considered

No response

Additional context

No response

tauri-apps[bot] avatar Mar 12 '22 01:03 tauri-apps[bot]