Ink.CanPaste Method
Ink.CanPaste Method |
Returns a value that indicates whether data (either on the Clipboard , or as an IDataObject ) can be converted to an Ink object.
Overload List
public bool CanPaste() public bool CanPaste(Object)
Remarks
Security Alert: If using under partial trust, this method requires UIPermissionClipboard.AllClipboard permission. See Security And Trust for more information.
Examples
See Also