PowerTCP Emulation for .NET
Bytes Property




Returns the data that was generated as the result of a key press.
Syntax
Public ReadOnly Property Bytes As Byte()
Dim instance As KeyPressEventArgs
Dim value() As Byte
 
value = instance.Bytes
public byte[] Bytes {get;}
public: __property byte[]* get_Bytes();
public:
property array<byte>^ Bytes {
   array<byte>^ get();
}
Remarks

Often the data generated by a key press will simply be the byte representation of the character that was pressed. However, some single key presses can result in multiple character representations (as a result of internal mapping). You can access the data generated as the result of a key press via the this property.

See Also

Reference

KeyPressEventArgs Class
KeyPressEventArgs Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic