InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / SelectionMode Property


In This Topic
    SelectionMode Property (IT27Screen)
    In This Topic
    Gets or sets options (Block or Stream) that determine the shape of a selected region.
    Syntax
    'Declaration
     
    
    Property SelectionMode As SelectionMode
    'Usage
     
    
    Dim instance As IT27Screen
    Dim value As SelectionMode
     
    instance.SelectionMode = value
     
    value = instance.SelectionMode
    SelectionMode SelectionMode {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you try to modify a property that has been secured with the Permissions Manager or that can only be modified by an Administrator.
    Remarks
    Block causes selected text to form a rectangular shape.

    Stream causes selected text to wrap along rows.

    See Also