Returns an array of ClipboardFormat values. These values specify all the data formats which are currently available in the clipboard and which can be pasted into a document. If there is no data format available, this method returns null.

GetClipboardFormats()

public ClipboardFormat[] GetClipboardFormats();
Public Sub GetClipboardFormats() As ClipboardFormat()