You cant check for completely empty in one call. You need to know what type
of data you are looking for. You can then call
Clipboard.ContainsData
and use the DataFormats object to get the appropriate parameter for the
function
e.g to check is there is a .net string on there:
Clipboard.ContainsData(DataFormats.StringFormat);
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.