Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / CopyAppend Method / CopyAppend(CopySourceOption) Method
Specifies what should be appended to the clipboard


In This Topic
CopyAppend(CopySourceOption) Method
In This Topic
Appends selected text to the end of the clipboard.
Syntax
'Declaration
 
Overloads Sub CopyAppend( _
   ByVal source As CopySourceOption _
) 
 
'Usage
 
Dim instance As IScreen
Dim source As CopySourceOption
 
instance.CopyAppend(source)

Parameters

source
Specifies what should be appended to the clipboard
See Also