InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / Selection Property


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