InfoConnect for Airlines
SelectionMode Property (IAlcScreen)


Gets or sets options (Block or Stream) that determine the shape of a selected region.
Syntax
'Declaration
 
Property SelectionMode As SelectionMode
'Usage
 
Dim instance As IAlcScreen
Dim value As SelectionMode
 
instance.SelectionMode = value
 
value = instance.SelectionMode
SelectionMode SelectionMode {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you try to modify a property that has been secured with the Permissions Manager or that can only be modified by an Administrator.
Remarks
Block causes selected text to form a rectangular shape.

Stream causes selected text to wrap along rows.

See Also