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


In This Topic
    CopyToBuffer Method (IT27Screen)
    In This Topic
    Copies selected text to one of 4 clipboard buffers. If an invalid bufferNum value is specified, the request is ignored.
    Syntax
    'Declaration
     
    
    Sub CopyToBuffer( _
       ByVal bufferNum As Integer _
    ) 
    'Usage
     
    
    Dim instance As IT27Screen
    Dim bufferNum As Integer
     
    instance.CopyToBuffer(bufferNum)
    void CopyToBuffer( 
       int bufferNum
    )

    Parameters

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