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