This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
IComponentClipboardService Members
Properties
CanCopy |
Returns true if components can be copied to the clipboard |
CanCut |
Returns true if components can be copied and cut to the clipboard |
CanPaste |
Returns true if components can be pasted to the clipboard |
Methods
CopyComponents |
Copy the given components to the clipboard |
CutComponents |
Cut the given components to the clipboard |
PasteComponents |
Attempt to create components from clipboard data and paste them to the current selection |
See Also
IComponentClipboardService Interface | System.WinForms.Design Namespace