PowerTCP Emulation for .NET
NationalCharSet Property




Gets or sets the National Replacement Character Set for use in VT220 7-bit or VT320 7-bit emulation modes to display special characters that normally require 8-bit emulation mode.
Syntax
<DefaultValueAttribute()>
Public Property NationalCharSet As NationalCharSet
Dim instance As Vt
Dim value As NationalCharSet
 
instance.NationalCharSet = value
 
value = instance.NationalCharSet
[DefaultValue()]
public NationalCharSet NationalCharSet {get; set;}
[DefaultValue()]
public: __property NationalCharSet get_NationalCharSet();
public: __property void set_NationalCharSet( 
   NationalCharSet value
);
[DefaultValue()]
public:
property NationalCharSet NationalCharSet {
   NationalCharSet get();
   void set (    NationalCharSet value);
}

Property Value

A NationalCharSet value.
Remarks

The default value is NationalCharSet.Ascii.

This property designates which National Replacement Character (NRC) Set should should be used when the NationalCharSetMode property is set to NationalCharSetMode.National.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic