Attachmate.Reflection.Objects.Emulation.IbmHosts Library : InsertProtocolOption Enumeration |
Member | Description |
---|---|
FirstNull | Make 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. |
FirstNullOrTrailingChar | Replaces the last character in the insert arena if neither a Null nor a trailing space is found. |
FirstNullOrTrailingSpace | Uses the same logic as FirstNull except that a trailing space can be used if a Null is not found. |