IHTMLFrameSetElement2 interface

This interface provides additional access to the frameSet element.

Members

The IHTMLFrameSetElement2 interface inherits from the IDispatch interface. IHTMLFrameSetElement2 also has these types of members:

  • Properties

Properties

The IHTMLFrameSetElement2 interface has these properties.

Property Description

onafterprint

Sets or retrieves a pointer to the event handler function that is called when the HTMLWindowEvents::onafterprint event is raised.

 

Remarks

The methods that act on this interface, such as HTMLWindowEvents::onbeforeprint and HTMLWindowEvents::onafterprint event scripts, enable you to control the frameSet element's behavior and characteristics.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch