Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / CopyToBuffer Method
Integer value 1 through 4 indicating which clipboard buffer to copy data to.
In This Topic
    CopyToBuffer Method (Screen)
    In This Topic

    Copies selected text to one of four clipboard buffers. If an invalid bufferNum value is specified, 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
    expression.CopyToBuffer( _
       ByVal bufferNum As Integer _
    ) 
    where expression is a variable that represents a Screen Object

    Parameters

    bufferNum
    Integer value 1 through 4 indicating which clipboard buffer to copy data to.
    See Also