tao
tao copied to clipboard
[feat] Is it possible to implement something like System.Clipboard.SetDataObject in windows' c# api?
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