IHTMLLegendElement interface

This interface inserts a caption into the box drawn by the fieldSet element. If given, this element must be the first element in fieldSet.

Members

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

  • Properties

Properties

The IHTMLLegendElement interface has these properties.

Property Description

align

Sets or retrieves the alignment of the caption or legend.

This property is not supported for Windows apps using JavaScript.

 

Remarks

The legend element is a block element.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

IHTMLLegendElement2