InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / CursorMovementStyle Property
CursorMovementStyle Property
Gets or sets a value that specifies how the cursor moves between composed Thai characters.
Syntax
expression.CursorMovementStyle As CursorMovementStyleOption
where expression is a variable that represents a IbmTerminal Object

Property Value

A CursorMovementStyleOption enumeration value
Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
  • The cursor moves over a composed Thai character as if it were a single character.
  • The cursor treats combiner characters and the base character as single characters.
See Also