InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / PasteFromBuffer Method
int value 1 through 4 indicating which clipboard buffer to paste data from.


In This Topic
    PasteFromBuffer Method (IIbmScreen)
    In This Topic

    Pastes data from one of four clipboard buffers. If an invalid bufferNum value is specified, or if the specified clipboard buffer does not contain data, the request is ignored.

    Note: This property is supported only by the InfoConnect Desktop product. It is not supported by other Micro Focus products.

    Syntax
    'Declaration
     
    
    Sub PasteFromBuffer( _
       ByVal bufferNum As Integer _
    ) 
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim bufferNum As Integer
     
    instance.PasteFromBuffer(bufferNum)
    void PasteFromBuffer( 
       int bufferNum
    )

    Parameters

    bufferNum
    int value 1 through 4 indicating which clipboard buffer to paste data from.
    See Also