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




Gets or sets a value that determines whether the keypad sends ASCII characters or escape sequences.

Syntax

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

Property Value

A KeyPad value. The default value is KeyPad.Numeric.

Remarks

ASCII character codes correspond to the numeric characters on the keys. Escape sequences are used by some applications.

If data is received from the host which causes this property to change, the KeyPadChanged event is raised.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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