InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / PasteBufferSize Property


In This Topic
    PasteBufferSize Property
    In This Topic
    Gets or sets the size of a "paste block," which is the number of characters pasted from the Clipboard to the terminal window before a pause occurs. See the description for the PasteDelay property for information on configuring the length of the pause and on conditions that can terminate the pause.
    Syntax
    'Declaration
     
    
    Property PasteBufferSize As Integer
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Integer
     
    instance.PasteBufferSize = value
     
    value = instance.PasteBufferSize
    int PasteBufferSize {get; set;}
    See Also