Argument: None
Result: None
Valid for: Edit, RichEdit, Document
The Cut method copies the currently selected text (if any) to the clipboard, and then deletes the selected text from the object. If there is no text currently selected, it does nothing. This is what normally should happen when Cut is selected from the Edit menu. The onChange callback (if any) is triggered.
For a RichEdit control, the text written to the clipboard includes formatting information, such as the font and color.