Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / InsertProtocolOption Enumeration
In This Topic
    InsertProtocolOption Enumeration
    In This Topic
    Defines options that specify what Reflection does when users attempt to insert a character.
    Members
    MemberDescription
    FirstNullMake room for the character being inserted by moving all characters to the right of the insertion point one character to the right until a Null is encountered.
    FirstNullOrTrailingCharReplaces the last character in the insert arena if neither a Null nor a trailing space is found.
    FirstNullOrTrailingSpaceUses the same logic as FirstNull except that a trailing space can be used if a Null is not found.
    See Also