INSKeyForPaste Property
Applies To
Options object.
Description
True if the INS key can be used for pasting the Clipboard contents. Read/write Boolean.
See Also
Overtype property, Paste method.
Example
This example enables the INS key to be used for pasting the contents of the Clipboard.
Options.INSKeyForPaste = True
This example returns the status of the Use the INS key for paste option on the Edit tab in the Options dialog box.
temp = Options.INSKeyForPaste