Contents Index Topic Contents | ||
Previous Topic: IHTMLEventObj::get_srcElement Next Topic: IHTMLEventObj::get_ctrlKey |
IHTMLEventObj::get_altKey
HRESULT get_altKey( VARIANT_BOOL *p );Retrieves the state of the ALT key.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a Boolen variable that receives TRUE if the key is down, or FALSE otherwise.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.