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


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

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

    See Also