InvalidateSize method
Indicates to MSHTML that the layout behavior is changing the layout size, and that MSHTML must remeasure the layout.
Syntax
HRESULT retVal = object.InvalidateSize();
Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Show: