Programming with Reflection
TermKeyBufferOverflow property
Syntax |
object.TermKeyBufferOverflow |
Data type |
Returns a value indicating how many terminal keys have been pressed in excess of the terminal key buffer size specified by SetTermKeyBuffer. This property returns 0 (zero) if the terminal key buffer is not full. If the buffer is full, Reflection either ignores additional keys, or shifts the keys currently in the buffer as specified by SetTermKeyBuffer. This property returns the number of keys that have been either ignored or shifted.
This property is read-only.