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 TextControl document. If there is no data format available, this method returns null.

Introduced: 15.0.

GetClipboardFormats()

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