I have a .net application which includes search screen which has a panel with has three text boxes, each with a varying character lengths.
What I\
you can get the captured text String txt = Clipboard.GetText(); and place it in the "Text" property of the other textbox
String txt = Clipboard.GetText();