Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / 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
See Also