InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IScreenRegion Interface / CurrentSelectionMode Property


In This Topic
CurrentSelectionMode Property (IScreenRegion)
In This Topic
The current selection mode of the region.
Syntax
'Declaration
 
ReadOnly Property CurrentSelectionMode As SelectionMode
 
'Usage
 
Dim instance As IScreenRegion
Dim value As SelectionMode
 
value = instance.CurrentSelectionMode
See Also