InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / SelectionModeOption Enumeration


In This Topic
    SelectionModeOption Enumeration
    In This Topic
    Specifies the type of a selected region.
    Syntax
    'Declaration
     
    
    Public Enum SelectionModeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SelectionModeOption
    public enum SelectionModeOption : System.Enum 
    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