InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / SelectionModeOption Enumeration
In This Topic
    SelectionModeOption Enumeration
    In This Topic
    Specifies the type of a selected region.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E99")>
    Public Enum SelectionModeOption 
       Inherits System.Enum
    Members
    MemberDescription
    BlockThe selected text forms a rectangle.
    NoneNo text is selected.
    StreamThe selected text is wrapped.
    Remarks
    There are three possible values: Stream, Block, and None (no selected region).
    See Also