Attachmate.Reflection.Emulation.T27 Namespace > IT27Terminal Interface : PersistentInsert Property |
Gets or sets a value indicating whether to keep the following keystrokes from disabling Insert mode: TAB, ENTER, UP ARROW, DOWN ARROW, RIGHT ARROW, LEFT ARROW, WORD LEFT, WORD RIGHT, END OF LINE, BACKSPACE, BACK TAB, TRANSMIT, and DELETE.
'Declaration
Property PersistentInsert As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.PersistentInsert = value value = instance.PersistentInsert
bool PersistentInsert {get; set;}
When true, only the Insert key disables Insert mode.