Attachmate Reflection 2014 .NET API Reference
SelectionMode Property (IIbmScreen)


Gets or specifies 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
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.

Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IIbmScreen Interface
IIbmScreen Members

Send Feedback