INClipboardTarget Interface Members
In This Topic
The following tables list the members exposed by INClipboardTarget.
Public Methods
| Name | Description |
| CanCopy | Determines whether the Copy operation can be performed. |
| CanCut | Determines whether the Cut operation can be performed. |
| CanPaste | Determines whether the Paste operation can be performed. |
| Copy | Copies the currently selected content on the clipboard. |
| Cut | Cuts the currently selected content on the clipboard. |
| Paste | Pastes the content from the clipboard. |
Top
See Also