|
|
|
|
|
AAF: Simple editing options in an Edit control field
The context menu of an edit control (right-click) enables simple editing operations:
These simple operations are as follows: - "Cancel": Cancels the last action performed. This operation can also be performed by pressing Ctrl + Z.
- "Cut": Retrieves the field content and places it on the clipboard. The control is cleared. This operation can also be performed by pressing Ctrl + X.
- "Copy": Retrieves the field content and places it on the clipboard. The control is not cleared. This operation can also be performed by pressing Ctrl + C.
- "Paste": Fills the field with the clipboard content. This operation can also be performed by pressing Ctrl + V.
- "Paste without formatting": Fills the field with the contents of the clipboard without preserving the text formatting. This operation can also be performed by pressing Ctrl + Shift + V. The option is grayed out when the application that loaded the clipboard has not filled in the plain text. In this case, the clipboard contains only the formatted text.
- "Delete": Empties the field. This operation can also be performed by pressing the [Del.] key.
- "Select all": Selects the contents of the field. It is also possible to select the control content by pressing Ctrl + A or to perform three successive clicks in the control.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|