InfoConnect for Unisys
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.

Syntax
'Declaration
 
Property PersistentInsert As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.PersistentInsert = value
 
value = instance.PersistentInsert
bool PersistentInsert {get; set;}

Property Value

When true, only the Insert key disables Insert mode.

See Also