Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ClearSelection Method


In This Topic
    ClearSelection Method
    In This Topic
    Clears current selection. Ignored if emulating a VT terminal.
    Syntax
    'Declaration
     
    
    Function ClearSelection() As ReturnCode
    'Usage
     
    
    Dim instance As IScreen
    Dim value As ReturnCode
     
    value = instance.ClearSelection()
    ReturnCode ClearSelection()

    Return Value

    ReturnCode indicating success/failure/status
    See Also