CharacterSetTranslationEnabled Property
In This Topic
Gets or sets a value indicating whether the character set translation state is enabled.
Syntax
'Declaration
Property CharacterSetTranslationEnabled As Boolean
'Usage
Dim instance As ITerminal
Dim value As Boolean
instance.CharacterSetTranslationEnabled = value
value = instance.CharacterSetTranslationEnabled
bool CharacterSetTranslationEnabled {get; set;}
Property Value
The default value is true. The value of this property is not saved to a settings file.
See Also