View on GitHub

dotnet-eud

.NET Controls End-User Documentation

Select Text

To select text in the Rich Editor, use the following mouse actions and keyboard shortcuts.

The following table lists the default keyboard shortcuts used for selecting text in the Rich Editor.

   
SHIFT+LEFT ARROW Extends the selection to the previous character.
SHIFT+RIGHT ARROW Extends the selection to the next character.
SHIFT+UP ARROW Extends the selection to the previous line.
SHIFT+DOWN ARROW Extends the selection one line down.
SHIFT+HOME Extends the selection to the beginning of the line.
SHIFT+END Extends the selection to the end of the current line.
SHIFT+PAGE UP Extends selection to the previous screen.
SHIFT+PAGE DOWN Extends the selection to the next screen.
CTRL+SHIFT+LEFT ARROW Extends the selection to the previous word.
CTRL+SHIFT+RIGHT ARROW Extends the selection to the next word.
CTRL+SHIFT+UP ARROW Extends the selection to the previous paragraph.
CTRL+SHIFT+DOWN ARROW Extends the selection to the next paragraph.
CTRL+SHIFT+HOME Extends the selection to the beginning of the document.
CTRL+SHIFT+END Extends the selection to the end of the document.
CTRL+SHIFT+PAGE UP Extends the selection to the previous page.
CTRL+SHIFT+PAGE DOWN Extends the selection to the next page.
CTRL+A Selects the entire document.
CTRL+NUM 5 Selects the entire document.