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 IAccessible methods supported by the Pane element.
accDoDefaultAction | Returns E_NOTIMPL. |
accHitTest | See Hit Testing. |
accLocation | Specifies the location in screen coordinates. |
accNavigate | See Navigating Panes. |
accSelect | 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 for which the method returned E_NOTIMPL. |
get_accDefaultAction | Returns E_NOTIMPL. |
get_accDescription | Returns E_NOTIMPL. |
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, the method returns VT_EMPTY. |
get_accHelp | Returns E_NOTIMPL. |
get_accHelpTopic | Returns E_NOTIMPL. |
get_accKeyboardShortcut | Returns E_NOTIMPL. |
get_accName | Returns the TITLE element of the document object (document.title). |
get_accParent | Returns an Accessible object that represents the parent window. |
get_accRole | Returns ROLE_SYSTEM_PANE. |
get_accSelection | See About Selection. |
get_accState | Returns one or more of STATE_SYSTEM_UNAVAILABLE, STATE_SYSTEM_READONLY, STATE_SYSTEM_FOCUSABLE, and STATE_SYSTEM_FOCUSED. |
get_accValue | Returns the document URL. |
put_accName | Returns E_NOTIMPL. |
put_accValue | Returns E_NOTIMPL. |