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.
Specifies format in which data is copied.
Copy(CopySourceOption,CopyFormatOption) Method
In This Topic
Copies data to the clipboard in the specified format.
Syntax
'Declaration
Overloads Function Copy( _ ByVal source As CopySourceOption, _ ByVal format As CopyFormatOption _ ) As ReturnCode
'Usage
Dim instance As IScreen Dim source As CopySourceOption Dim format As CopyFormatOption Dim value As ReturnCode value = instance.Copy(source, format)
Parameters
- source
- Specifies what should be copied to the clipboard.
- format
- Specifies format in which data is copied.
Return Value
ReturnCode indicating success/failure/status
See Also