Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / PasteBufferSize Property
In This Topic
PasteBufferSize Property
In This Topic
Gets or sets the size of a "paste block" (that is, the number of characters pasted from the Clipboard to the terminal window before a pause occurs).
Syntax
expression.PasteBufferSize As Integer
where expression is a variable that represents a Screen Object
Remarks
See the description for the PasteDelay property for information on configuring the length of the pause and on conditions that can terminate the pause.
See Also