■ Provides Clipboard commands for editing controls or code: ┌──────────────────────────┐ • Removes selected control or │ Cut Ctrl+X │ text and places onto Clipboard │ Copy Ctrl+C │ • Copies selected control or text │ Paste Ctrl+V │ onto Clipboard │ Delete Del │ • Inserts control or text ├──────────────────────────┤ previously copied onto │ Event Procedures... F12 │ Clipboard └──────────────────────────┘ • Clears control or text from Clipboard • Returns to programming environment to create or edit event procedures ■ Note: Event Procedures is available only when the Form Designer is started from the programming environment. ■ If you prefer, you can use cut-and-paste shortcut keys: Task Shortcut Key ══════ ════════════════════════════════════════ Cut Ctrl+Ins Copy Ctrl+Del Paste Shift+Ins Delete Del