Copy to clipboard from disabled textbox
1 answer
You shouldn't actually interact with a "disabled" control.
Set the property TextBox.IsReadOnly
to true instead .
If you wanted it to "look" disabled, you could set the background color to gray as if it were disabled.
+5
source to share