IHTMLAnchorElement2 interface

Designates the destination of a hypertext link. It extends the IHTMLAnchorElement interface.

Members

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

  • Properties

Properties

The IHTMLAnchorElement2 interface has these properties.

Property Description

charset

Sets or retrieves the character set used to encode the object.

coords

Sets or retrieves the coordinates of the object.

hreflang

Sets or retrieves the language code of the object.

shape

Sets or retrieves the shape of the object.

type

Sets or retrieves the MIME type of the object.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch