InfoConnect for Airlines VBA Guide
SelectionMode Property (AlcScreen)
Gets or sets the type of a selected region.
Syntax
Object.SelectionMode As SelectionMode
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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