UseKatakanaCharacterSet Property
In This Topic
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, Reflection uses the Katakana character set as the default. When this property is set to False, Reflection 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