InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / CursorMovementStyle Property


In This Topic
    CursorMovementStyle Property
    In This Topic
    Gets or sets a value that specifies how the cursor moves between composed Thai characters.
    Syntax
    'Declaration
     
    
    Property CursorMovementStyle As CursorMovementStyleOption
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As CursorMovementStyleOption
     
    instance.CursorMovementStyle = value
     
    value = instance.CursorMovementStyle
    CursorMovementStyleOption CursorMovementStyle {get; set;}
    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 default.)
    • The cursor treats the base character and combiner characters as single characters.
    See Also