InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / IsJISRoman Property


In This Topic
    IsJISRoman Property
    In This Topic
    This property Gets or sets how character 92 is displayed by default when HostCharacterSet is set to rcDECKanji1983 or rcDECKanji1978. When this property is set to True, by default InfoConnect displays character 92 as a Yen character and the character set in G0 is JIS-Roman. When this parameter is set to False, by default InfoConnect displays character 92 as a backslash character ( \ ) and the character set in G0 is ASCII instead of JIS-Roman.
    Syntax
    'Declaration
     
    
    Property IsJISRoman As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.IsJISRoman = value
     
    value = instance.IsJISRoman
    bool IsJISRoman {get; set;}
    See Also