IHTMLFieldSetElement interface

This interface draws a box around the text and other elements it contains. This element is useful for grouping elements in a form and for distinctively marking text in a document.

Members

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

  • Properties

Properties

The IHTMLFieldSetElement interface has these properties.

Property Description

align

Sets or retrieves how the object is aligned with adjacent text.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

IHTMLFieldSetElement2