How To : Using Copy and Paste
Page Status: Beta
Contents |
[edit] Description
This document describes how to use Copy and Paste.
[edit] Prerequisites
Understanding Copy and Paste
Understanding Forms
Editing a Form
[edit] Procedure
To copy an object to the clipboard:
- Select the source object (class, field, form, function, or connection) you want to copy.
- In the Solution Detail (Solution Explorer for a class), right-click on the object and select Copy.
- The object is copied to the clipboard.
To paste an object from the clipboard:
- On the clipboard, select the objects you want to paste.
- In the Solution Explorer, right-click on a class, TypeLib or WSDL and select Open Clipboard...
- In the Clipboard dialog, hold down the Ctrl key and use the mouse to click on the items you want to select
- Locate the target object (class, TypeLib project, or WSDL project) in which you want to paste the source object.
- In the Solution Explorer, right-click on the target object and select Paste.
- The objects selected on the clipboard are pasted into the target object.
Note The last object copied to the clipboard is selected by default. You do not need to open the clipboard if you are pasting the most recently copied object.
[edit] Error Handling
[edit] Examples
[edit] Next Steps
Embedding a Form within a Form Using Drag and Drop
DynamicForm
Binding a Control to an Object
[edit] Tags
Categories: HOW TO | Copy | Paste | Forms