The Editor for WinForms controls allow users to complete several functions through the use of keyboard shortcuts when the KeyboardShortcutsEnabled property is set to True (default). The following table details the functions that can be accessed through keyboard shortcuts:
Function | Keyboard Shortcut |
---|---|
Bold | Ctrl+B |
Italicize | Ctrl+I |
Underline | Ctrl+U |
Undo | Ctrl+Z |
Redo | Ctrl+Y |
Select All | Ctrl+A |
Copy | Ctrl+C, Ctrl+Shift+Insert |
Cut | Ctrl+X, Ctrl+Delete |
Paste | CTRL+V, Ctrl+Shift+Insert |
Clear Formatting | Ctrl+Space |
Find | Ctrl+F |
Replace | Ctrl+H |
Ctrl+P | |
Save | Ctrl+S |
New | Ctrl+N |
Open | Ctrl+O |