Admin Production rocket
Current Publication

Copy(CopySourceOption) Method

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
Specifies what should be copied to the clipboard
Copy(CopySourceOption) Method
In This Topic
Copies data to the clipboard.
Syntax

                     
                     
'Declaration
 

                     
                     
Overloads Function Copy( _
   ByVal source As CopySourceOption _
) As ReturnCode

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IScreen
Dim source As CopySourceOption
Dim value As ReturnCode
 
value = instance.Copy(source)

                  

Parameters

source
Specifies what should be copied to the clipboard

Return Value

ReturnCode indicating success/failure/status
See Also