Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / Copy Method / Copy() Method


In This Topic
    Copy() Method
    In This Topic
    Copies ASCII text data to the clipboard.
    Syntax
    'Declaration
     
    
    Overloads Function Copy() As ReturnCode
    'Usage
     
    
    Dim instance As IScreen
    Dim value As ReturnCode
     
    value = instance.Copy()
    ReturnCode Copy()

    Return Value

    ReturnCode indicating success/failure/status
    See Also