Gets or sets the character code in UNICODE. This is the first choice of the recognition or a special code 0xfffd
for rejected characters.
Syntax
'Declaration
Public Property Code As Char
'Usage
Dim instance As ImGearRecLetter
Dim value As Char
instance.Code = value
value = instance.Code
public char Code {get; set;}
public: __property char get_Code();
public: __property void set_Code(
char value
);
public:
property char Code {
char get();
void set ( char value);
}
Property Value
Character code in Unicode.
See Also