Dart.Emulation Namespace > Vt Class : NationalCharSetMode Property |
<DefaultValueAttribute()> Public Property NationalCharSetMode As NationalCharSetMode
Dim instance As Vt Dim value As NationalCharSetMode instance.NationalCharSetMode = value value = instance.NationalCharSetMode
[DefaultValue()] public NationalCharSetMode NationalCharSetMode {get; set;}
[DefaultValue()] public: __property NationalCharSetMode get_NationalCharSetMode(); public: __property void set_NationalCharSetMode( NationalCharSetMode value );
[DefaultValue()] public: property NationalCharSetMode NationalCharSetMode { NationalCharSetMode get(); void set ( NationalCharSetMode value); }
The default value is NationalCharSetMode.MultiNational.
When the value of this property is NationalCharSetMode.Multinational, ASCII will be used to render 7-bit characters and ISO Latin-1 Supplemental will be used to render 8-bit chracters.
When the value of this property is NationalCharSetMode.National, the National Replacement Character Set specified by the NationalCharSet property will be used to render 7-bit characters.
If data is received from the host which causes this property to change, the NationalCharSetModeChanged event is raised.