|
Context Menus - Right Click Menus
|
|
| Cut the currently selected text to the clipboard.
|
| Copy the currently selected text to the clipboard.
|
| Paste the currently selected text from the clipboard.
|
| Delete the currently selected text from the document.
|
| Select the entire document contents.
|
| Clear the current document selection.
|
| Undo former editing operation.
|
| Redo former Undo.
|
| Find and Replace
|
| Open - Present the user with the system OpenFileDialog from which they can select an Html file. Upon selection load the contents into the Html body.
|
| Save As: Present the user with the system SaveFileDialog from which they can select an Html file. Upon selection persist the Html body as an Html file.
|
| Print: Print the Html text using the document print command
|
| Toolbar (Always on)
|
| Scroll bar - turn on/off the scroll bars
|
| Word Wrap - turn on/off word wrap
|
| Overwrite - Overwrite existing files without asking
|