In The Hand LtdIn The Hand
ContainsData Method (format)
NamespacesInTheHand.VisualBasic.MyServicesClipboardProxyContainsData(String)
.NET Components for Mobility
Indicates whether the Clipboard contains data in the specified custom format.
Declaration Syntax
C#Visual Basic
public bool ContainsData(
	string format
)
Public Function ContainsData ( _
	format As String _
) As Boolean
Parameters
format (String)
Name of the custom format to be checked. Required.
Return Value
True if data in the specified custom format is stored on the Clipboard; otherwise False.
Remarks
If you have placed custom formatted data on the Clipboard, this method allows you to check the Clipboard for data in that format.

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0