InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / Selection Property


In This Topic
    Selection Property (IT27Screen)
    In This Topic
    Gets the area of the screen that's currently selected.
    Syntax
    'Declaration
     
    
    ReadOnly Property Selection As IScreenRegion
    'Usage
     
    
    Dim instance As IT27Screen
    Dim value As IScreenRegion
     
    value = instance.Selection
    IScreenRegion Selection {get;}
    See Also