IHTMLAnchorElement::get_accessKeyIHTMLAnchorElement::get_accessKey*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLAnchorElement::focus
*Next Topic: IHTMLAnchorElement::get_hash

IHTMLAnchorElement::get_accessKey


HRESULT get_accessKey(
    BSTR *p
);

Retrieves the accelerator key for the A object.

p
Address of a string variable that contains the accelerator key for the element.

Up Top of Page


IHTMLAnchorElement::put_accessKey


HRESULT put_accessKey(
    BSTR v
);

Sets an accelerator key for the element. Pressing CTRL+key selects this anchor element in the user's browser.

v
String value specifying the key.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.