Click or drag to resize
TextSelectionMoveRight Method
Generalizes the functionality of the Right Arrow key.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public int MoveRight(
	TextUnit unit,
	int count,
	RangeShiftType extend
)

Parameters

unit
Type: TextObjectModelTextUnit
Unit to use in the operation.
count
Type: SystemInt32
Number of Units to move past.
extend
Type: TextObjectModelRangeShiftType
Flag that indicates how to change the selection.

Return Value

Type: Int32
the actual count of units the insertion point or active end is moved.
See Also