Clipboard.Format (gb.qt4)
Static Property Read Format As String
Returns the format of the text stored in the clipboard, or
NULL if the
clipboard is empty.
Note:
This shows the
default Format of the contents that can have multiple formats listed.
Depending on the source of the copy it may not show the particular format you want (but it does have)
use the Clipboard.
Formats array to check all listed formats.
Ie..
If Clipboard.Formats.Exist("text/ThatOddFormat") Then
hVariant = Clipboard.Paste("text/ThatOddFormat")
Endif