IHTMLLabelElement interface

This interface specifies a label for a control-like element.

Members

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

  • Properties

Properties

The IHTMLLabelElement interface has these properties.

Property Description

accessKey

Sets or retrieves the access key for the object.

htmlFor

Sets or retrieves the object to which the given label object is assigned.

 

Remarks

Labels cannot be nested.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

IHTMLLabelElement2