Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section lists the methods supported by the AREA element.
accDoDefaultAction | Performs the following actions: ScrollIntoView, Focus, and Click. |
accHitTest | See Hit Testing. |
accLocation | Specifies the location in screen coordinates. |
accNavigate | See About General Navigation. |
accSelect | Scrolls into view and sets the focus on itself. The method supports only SELFLAG_TAKEFOCUS. |
get_accChild | Returns the requested child object or its ID. If you set the child ID to CHILDID_SELF, the method returns E_INVALIDARG. |
get_accChildCount | Returns the number of children. |
get_accDefaultAction | Has Jump as the default action. |
get_accDescription | Returns "link region type <shape string>" if there is an associated shape string. Otherwise, the method returns NULL. |
get_accFocus | Returns CHILDID_SELF if this element has the focus. If a child of this element has the focus, the method returns information about that child. Otherwise, it returns VT_EMPTY. |
get_accHelp | Returns E_NOTIMPL. |
get_accHelpTopic | Returns E_NOTIMPL. |
get_accKeyboardShortcut | Returns S_OK with a NULL pointer. |
get_accName | Returns the title. |
get_accParent | Returns the closest accessible element in the parent chain. |
get_accRole | Returns ROLE_SYSTEM_LINK. |
get_accSelection | See About Selection. |
get_accState | Returns one or more of STATE_SYSTEM_LINK, STATE_SYSTEM_INVISIBLE, STATE_SYSTEM_FOCUSABLE, and STATE_SYSTEM_FOCUSED. As of Microsoft Internet Explorer 6, also returns STATE_SYSTEM_OFFSCREEN. For more information, see About Invisible Objects. |
get_accValue | Returns the Selection attribute of the area. |
put_accName | Returns E_NOTIMPL. |
put_accValue | Returns E_NOTIMPL. |