IHTMLLabelElement::get_accessKeyIHTMLLabelElement::get_accessKey*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLLabelElement::put_accessKey
*Next Topic: IHTMLLegendElement

IHTMLLabelElement::get_accessKey


HRESULT get_accessKey(
    BSTR *p 
);

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

p
Address of a variable that receives the key.

See also put_accessKey

Up Top of Page


IHTMLLabelElement::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 specifying the key.

See also get_accessKey


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