iNKORE-NET / UI.WPF.Modern

Modern (Fluent 2) styles and controls for your WPF applications
GNU Lesser General Public License v2.1
447 stars 39 forks source link

Allow Copy in MessageBox #43

Closed JeremyAnsel closed 7 months ago

JeremyAnsel commented 7 months ago

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.