Dart.Emulation Namespace > Vt Class : KeyPad Property |
<DefaultValueAttribute()> Public Property KeyPad As KeyPad
[DefaultValue()] public KeyPad KeyPad {get; set;}
[DefaultValue()] public: __property KeyPad get_KeyPad(); public: __property void set_KeyPad( KeyPad value );
[DefaultValue()] public: property KeyPad KeyPad { KeyPad get(); void set ( KeyPad value); }
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.