You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently we can't copy the text of message boxes with the Ctrl+C command.
Describe the solution you'd like
Implement the ApplicationCommands.Copy command in the MessageBox code. This allow using Ctrl+C to copy the text of the message box.
Additional context
The native Win32 MessageBox function allow Ctrl+C to copy the text.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently we can't copy the text of message boxes with the Ctrl+C command.
Describe the solution you'd like
Implement the
ApplicationCommands.Copy
command in the MessageBox code. This allow using Ctrl+C to copy the text of the message box.Additional context
The native Win32 MessageBox function allow Ctrl+C to copy the text.
The text was updated successfully, but these errors were encountered: