Programming with Reflection

image\rwnprg32.gif CursorMovementStyle property

 

Syntax

object.CursorMovementStyle
object.CursorMovementStyle = Value

Data type

Long

 

Description

Returns (first syntax line) or specifies (second syntax line) how the cursor moves between composed Thai characters.

Values

The default is rcSkipCompositionElements.

rcSkipCompositionElements The cursor moves over a composed Thai character as if it were a single character.

rcIncludeAllCharacters The cursor treats combiner characters (as well as the base character) as single characters.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property