Version

xamRichTextEditor - User Actions

Topic Overview

Purpose

This topic provides information about the xamRichTextEditor™ control’s testable user actions and elements.

XamRichTextEditor Testable User Actions

Testable user action chart

The following table summarizes the control’s user actions and maps them to the recordable methods that emulate them.

User action Method

Moving the Caret position either via the mouse or arrow keys on the keyboard.

  • Using Shift + Click on a location in the Editor other than caret location

  • Holding the Shift while using the arrow keys to move away from the current caret location

  • Holding the mouse down and dragging over a range of characters

Typing into the editor.

  • Pressing the Delete key any number of times cutting the currently selected text

  • Pressing the Backspace key any number of times cutting the currently selected text

Clicking in a different RichDocumentViewArea then the active one.

  • Dragging an existing splitter from one position to another

  • Dragging a Mini-splitter to a new position

Using the mouse wheel for scrolling while holding the Ctrl key.

Holding the Ctrl key down and clicking on a hyperlink.

Using keyboard commands:

  • Ctrl + B = Bold

  • Ctrl + I = Italics

  • Ctrl + U = Underline

  • Ctrl + Shift + (‘+’ key) = Superscript

  • Ctrl + (‘+’ key) = Subscript

Using keyboard commands:

  • Ctrl + B = Bold

  • Ctrl + I = Italics

  • Ctrl + U = Underline

  • Ctrl + Shift + (‘+’ key) = Superscript

  • Ctrl + (‘+’ key) = Subscript

Using keyboard commands:

  • Ctrl + L = Left

  • Ctrl + R = Right

  • Ctrl + E = Center

  • Ctrl + J = Justified

Using keyboard commands:

  • Ctrl + C = Copy

  • Ctrl + X = Cut

  • Ctrl + V = Paste

Related Content

Topics

The following topics provide additional information related to this topic.

Topic Purpose

This topic provides information about recording and replaying actions using the xamRichTextEditor control’s testable user methods.

This topic provides information about the XamRichTextEditor control’s testable user replay-only methods.

This topic provides reference information about the xamRichTextEditor control’s test object properties.

This topic provides reference material on the common enumerations used for testing the xamRichTextEditor control.