In This Topic
Gets or sets a value indicating whether characters can be added to text in the terminal window without typing over existing characters. When this property is set to False, typing over existing characters replaces those characters. When this property is set to True, new characters are inserted at the cursor location, and existing characters are moved to the right. This property is relevant when Reflection is in block mode.
Syntax
'Declaration
Property InsertMode As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.InsertMode = value
value = instance.InsertMode
bool InsertMode {get; set;}
See Also