InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / Selection Property


In This Topic
    Selection Property (IScreen)
    In This Topic
    Gets information about the current selection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Selection As ScreenRegion
    'Usage
     
    
    Dim instance As IScreen
    Dim value As ScreenRegion
     
    value = instance.Selection
    ScreenRegion Selection {get;}
    See Also