Reflection
CursorMovementStyleOption Enumeration


Determines how the cursor moves between composed Thai characters.
Syntax
'Declaration
 
Public Enum CursorMovementStyleOption 
   Inherits System.Enum
'Usage
 
Dim instance As CursorMovementStyleOption
public enum CursorMovementStyleOption : System.Enum 
Members
MemberDescription
IncludeAllCharactersThe cursor treats combiner characters (in addition to the base character) as single characters.
SkipCompositionElementsThe cursor moves over a composed Thai character as if it were a single character.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.CursorMovementStyleOption

See Also