Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Ink.ClipboardCopy Method |
Copies an Ink object or Strokes collection to the Clipboard .
Overload List
Remarks
Caution: To avoid potential memory leaks as a result of using the DelayedCopy flag, call the SetDataObject
method of the Clipboard
object. This must be done before the application exits if the last call to the ClipboardCopy method used the DelayedCopy flag.
Security Alert: If using under partial trust, this method requires UIPermissionClipboard.OwnClipboard
permission. See Security And Trust for more information.
Examples
See Also