InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / SelectionMode Enumeration


SelectionMode Enumeration
Specifies the type of a selected region (Stream or Block).
Syntax
'Declaration
 
Public Enum SelectionMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As SelectionMode
Members
MemberDescription
BlockSelected text forms a rectangle.
NoneNo selection.
StreamSelected text is wrapped.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.SelectionMode

See Also