Indicates whether the Clipboard contains data in the specified format.
var instance = new Vintasoft.Shared.WebObjectClipboardJS();
var value; // Type: boolean
// Parameters
var format; // Type: string
value = instance.contains(format);
function contains(
: string
) : boolean;
Parameters
- format
- The format of the data to look for.
Return Value
True if the Clipboard contains data in the specified format; otherwise, false.