Click to return to the DHTML, HTML     
Outdent Command | IDM_OUT...     Paste Command | IDM_PASTE...     Command Identifiers    
Web Workshop  |  DHTML, HTML & CSS

OverWrite Command | IDM_OVERWRITE Command ID


Toggles the text-entry mode between insert and overwrite.

Scripting Information

Command OverWrite
execCommand vValue Optional. Boolean that specifies the text-entry mode. If the value is set to true (the default), the text-entry mode is overwrite. If set to false, it is insert.
Applies to execCommand, queryCommandEnabled, queryCommandIndeterm, queryCommandState, queryCommandSupported, queryCommandValue

C++ Information

Command group CGID_MSHTML
Symbolic constant IDM_OVERWRITE
User interface None
IOleCommandTarget::Exec parameters
pvaIn Optional. VT_BOOL. If this value is set to true (the default), the text-entry mode is overwrite. If this value is set to false, the text-entry mode is insert.
pvaOut Not applicable.
Header file Mshtmcid.h
Applies to IOleCommandTarget::Exec, IOleCommandTarget::QueryStatus

Minimum Availability

Internet Explorer 4.0 and later



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.