InfoConnect for Unisys
UseKatakanaCharacterSet Property


Gets or sets a value indicating whether the Katakana or Kanji character set is used by default when HostCharacterSet is set to rcDECKanji1983 or rcDECKanji1978. When this property is set to True, InfoConnect uses the Katakana character set as the default. When this property is set to False, InfoConnect uses the Kanji character set as the default.
Syntax
'Declaration
 
Property UseKatakanaCharacterSet As Boolean
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.UseKatakanaCharacterSet = value
 
value = instance.UseKatakanaCharacterSet
bool UseKatakanaCharacterSet {get; set;}
See Also