Windows Media Player SDK banner art
PreviousNext

event.altKey

The altKey attribute retrieves a value indicating whether the ALT key was down when the event occurred.

Syntax

event.altKey 

Possible Values

This attribute is a read-only Boolean.

Value Description
true Indicates the ALT key was in the down position.
false Indicates the ALT key was in the up position.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.