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


In This Topic
    KoreanEUCCIMEBehavior Property
    In This Topic
    Gets or sets a value indicating whether to mimic Korean EUCC IME behavior. The default is false.
    Syntax
    'Declaration
     
    
    Property KoreanEUCCIMEBehavior As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.KoreanEUCCIMEBehavior = value
     
    value = instance.KoreanEUCCIMEBehavior
    bool KoreanEUCCIMEBehavior {get; set;}
    Remarks
    This property applies only to IBM 3270 terminal controls. It is not supported for IBM 5250 terminal controls.
    See Also