PowerTCP Emulation for .NET CF
NationalCharSet Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : NationalCharSet Property




Gets or sets the national 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

Visual Basic (Declaration) 
Public Property NationalCharSet As NationalCharSet
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As NationalCharSet
 
instance.NationalCharSet = value
 
value = instance.NationalCharSet
C# 
public NationalCharSet NationalCharSet {get; set;}
Managed Extensions for C++ 
public: __property NationalCharSet get_NationalCharSet();
public: __property void set_NationalCharSet( 
   NationalCharSet value
);
C++/CLI 
public:
property NationalCharSet NationalCharSet {
   NationalCharSet get();
   void set (    NationalCharSet value);
}

Property Value

A NationalCharSet value.

Remarks

The default value is NationalCharSet.Ascii.

This property provides support for National Replacement Character (NRC) sets. NCR consists of a small number of unicode values that display different depending on the value of this property.

Note: This property only works with the included VT220_ascii font.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.