LiveResize Command | Internet Development Index |
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.
Scripting Information
Command LiveResize User interface None. Set bUserInterface to false. execCommand vValue Required. Boolean specifying whether this feature is to be on or off. Applies to execCommand, queryCommandEnabled, queryCommandIndeterm, queryCommandState, queryCommandSupported, queryCommandValue.
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.
Standards Information
There is no public standard that applies to this command.
Minimum Availability
Internet Explorer 5.5 and later.
See Also
Using the MSHTML Editor's Extra Features