InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / PasteFromBuffer Method
int value 1 through 4 indicating the clipboard buffer to which data is copied.


In This Topic
    PasteFromBuffer Method (IT27Screen)
    In This Topic
    Pastes data from a specified clipboard buffer, if the specified buffer contains data. Ignored if an invalid bufferNum value is specified, or if the specified clipboard buffer does not contain data.
    Syntax
    'Declaration
     
    
    Sub PasteFromBuffer( _
       ByVal bufferNum As Integer _
    ) 
    'Usage
     
    
    Dim instance As IT27Screen
    Dim bufferNum As Integer
     
    instance.PasteFromBuffer(bufferNum)
    void PasteFromBuffer( 
       int bufferNum
    )

    Parameters

    bufferNum
    int value 1 through 4 indicating the clipboard buffer to which data is copied.
    See Also