IDM_LIVERESIZE Command ID
Causes the MSHTML Editor to update an element's appearance continuously during a resizing or moving operation, rather than updating only at the completion of the move or resize.
C++ Information
Command group CGID_MSHTML (defined in mshtmhst.h) Symbolic constant IDM_LIVERESIZE User interface None. Set nCmdExecOpt to OLECMDEXECOPT_DONTPROMPTUSER. IOleCommandTarget::Exec parameters pvaIn VARIANT of type VT_BOOL specifying whether this feature is to be on or off.pvaOut Set to NULL.Header file mshtmcid.h Applies to IHTMLDocument2::execCommand, IHTMLDocument2::queryCommandEnabled, IHTMLDocument2::queryCommandIndeterm, IHTMLDocument2::queryCommandState, IHTMLDocument2::queryCommandSupported, IHTMLDocument2::queryCommandValue, IOleCommandTarget::Exec, IOleCommandTarget::QueryStatus.
Remarks
When this feature is off, an element's new position or size is indicated by a dashed rectangle until the mouse button is released.
Minimum Availability
Internet Explorer 5.5 and later.
See Also
Using the MSHTML Editor's Extra Features