InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsScreen Object / SelectionMode Property
SelectionMode Property (UtsScreen)
Gets or sets the type of a selected region.
Syntax
expression.SelectionMode As SelectionMode
where expression is a variable that represents a UtsScreen Object
Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
The two options include Block and Stream. Block causes the selected text to form a rectangle. Stream causes the selection to flow from one row to another, the same way that text wraps.
See Also