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


In This Topic
SelectionMode Property (IScreen)
In This Topic
Gets the type of region selected.
Syntax
'Declaration
 
ReadOnly Property SelectionMode As SelectionModeOption
 
'Usage
 
Dim instance As IScreen
Dim value As SelectionModeOption
 
value = instance.SelectionMode
See Also