InsertProtocolOption Enumeration
In This Topic
Defines options that specify what Reflection does when users attempt to insert a character.
Members
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. |
See Also