I am new to C#
, and wanted to create a button that when clicked, it will copy the text described on the same button.
If I did not make myself understood, imagine that the button has a text inserted in it (eg: Csharp ), when you click this button, will be copied. Then you can go and open for example Notepad and give a paste, and the text Csharp
will be pasted.
Can someone help me create this?