Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / SelectionMode Property


SelectionMode Property (IIbmScreen)
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 IIbmScreen
Dim value As SelectionMode
 
instance.SelectionMode = value
 
value = instance.SelectionMode
Exceptions
ExceptionDescription
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