IHTMLAreaElement interface
Specifies the shape of a hot spot in a client-side image map.
Members
The IHTMLAreaElement interface inherits from the IDispatch interface. IHTMLAreaElement also has these types of members:
Methods
The IHTMLAreaElement interface has these methods.
| Method | Description |
|---|---|
| blur |
Causes the element to lose focus and fires the HTMLFrameSiteEvents::onblur event. |
| focus |
Causes the element to receive the focus and executes the code specified by the HTMLFrameSiteEvents::onfocus event. |
Properties
The IHTMLAreaElement interface has these properties.
| Property | Description |
|---|---|
|
Sets or retrieves a text alternative to the graphic. | |
|
Sets or retrieves the coordinates of the object. | |
|
Sets or retrieves the subsection of the IHTMLAreaElement::href property that follows the number sign (#). | |
|
Sets or retrieves the IHTMLAreaElement::hostname and IHTMLAreaElement::port number of the location or URL. | |
|
Sets or retrieves the host name part of the location or URL. | |
|
Sets or retrieves a destination URL or an anchor point. | |
|
Sets or gets whether clicks in this region cause action. | |
|
Sets or retrieves a pointer to the event handler function associated with the HTMLFrameSiteEvents::onblur event. | |
|
Sets or retrieves a pointer to the event handler function associated with the HTMLFrameSiteEvents::onfocus event. | |
|
Sets or retrieves the file name or path specified by the object. | |
|
Sets or retrieves the port number associated with a URL. | |
|
Sets or retrieves the protocol portion of a URL. | |
|
Sets or retrieves the substring of the IHTMLLocation::href property that follows the question mark. | |
|
Sets or retrieves the shape of the object. | |
|
Sets or retrieves the index that defines the tab order for the object. | |
|
Sets or retrieves the window or frame at which to target content. |
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also