CutCopyPasteHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides functions to cut, copy, and paste items.
public ref class CutCopyPasteHelper abstract sealed
public static class CutCopyPasteHelper
type CutCopyPasteHelper = class
Public Class CutCopyPasteHelper
- Inheritance
-
CutCopyPasteHelper
Methods
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. |