Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / CursorMovementStyleOption Enumeration


CursorMovementStyleOption Enumeration
Determines how the cursor moves between composed Thai characters.
Syntax
'Declaration
 
Public Enum CursorMovementStyleOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As CursorMovementStyleOption
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