CutCopyPasteHelper Class
.NET Framework (current version)
Provides functions to cut, copy, and paste items.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CanCopy(EditingContext^) | Verifies whether items can be copied from the specified editing context. |
![]() ![]() | CanCut(EditingContext^) | Verifies whether items can be cut from the specified editing context. |
![]() ![]() | CanPaste(EditingContext^) | Returns a Boolean that indicates whether the specified objects can be pasted. |
![]() ![]() | DoCopy(EditingContext^) | Copies the currently selected items from the specified editing context to the clipboard. |
![]() ![]() | DoCut(EditingContext^) | Deletes the currently selected items from an editing context. |
![]() ![]() | DoPaste(EditingContext^) | Pastes items in the clipboard in a default location in the specified editing context. |
.NET Framework
Available since 4.0
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

