Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / SelectionModeOption Enumeration


SelectionModeOption Enumeration
Specifies the type of a selected region.
Syntax
'Declaration
 
Public Enum SelectionModeOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As SelectionModeOption
Members
MemberDescription
BlockThe selected text forms a rectangle.
NoneNo text is selected.
StreamThe selected text is wrapped.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.SelectionModeOption

See Also