contentOverflow property

Retrieves a value that indicates whether the document contains additional content after processing the current LayoutRect object.

Syntax

HRESULT value = object.get_contentOverflow(* p);

Property values

Type: VARIANT_BOOL

true

Additional content needs to be formatted using a new LayoutRect.

false

All document content has been formatted.

Remarks

Use the event-handling script invoked by the HTMLFrameSiteEvents::onlayoutcomplete event to check the value of this property. If the IHTMLEventObj3::contentOverflow property is true, use a new LayoutRect to format the remaining document content. If set to false, the document formatting is complete. The IHTMLEventObj3::contentOverflow property can be used only within customized print or print preview templates.