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
); |
Property Value
A KeyPad value. The default value is KeyPad.Numeric.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also