//Use cut version
(,true);
//Put the text of textbox1 in the cut version
// GetDataObject retrieves data on the current clipboard
IDataObject iData = ();
// Match the data with the specified format and return to bool
if (())
{
// GetData retrieves data and specifies a format
= (string)();
}