var instance = new Vintasoft.Shared.WebObjectClipboardJS(); var value; // Type: boolean // Parameters var format; // Type: string value = instance.contains(format);
function contains(
formatThe format of the data to look for.: 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.