IHTMLControlElement::get_accessKeyIHTMLControlElement::get_accessKey*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLControlElement::put_accessKey
*Next Topic: IHTMLControlElement::put_onblur

IHTMLControlElement::get_accessKey


HRESULT get_accessKey(
    BSTR *p
);

Retrieves an accelerator for the element.

p
Address of a string variable that receives the accelerator key.

See also put_accessKey

Up Top of Page


IHTMLControlElement::put_accessKey


HRESULT put_accessKey(
    BSTR v
);

Sets an accelerator for the element.

v
String specifying the accelerator.

See also get_accessKey


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