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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the key.
See also put_accessKey
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.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the key.
See also get_accessKey
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.